Home
last modified time | relevance | path

Searched refs:sortKeyCount (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/intl/collator/
H A Dcollator_sort.c385 uint32_t sortKeyCount = 0; in PHP_FUNCTION() local
487 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()
496 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remember just offset, cause addr… in PHP_FUNCTION()
498 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
501 ++sortKeyCount; in PHP_FUNCTION()
506 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
510 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()
517 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()

Completed in 7 milliseconds