Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c387 uint32_t sortKeyCount = 0; in PHP_FUNCTION() local
489 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()
498 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remember just offset, cause addr… in PHP_FUNCTION()
500 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
503 ++sortKeyCount; in PHP_FUNCTION()
508 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
512 zend_sort( sortKeyIndxBuf, sortKeyCount, in PHP_FUNCTION()
519 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()

Completed in 7 milliseconds