Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c374 uint32_t sortKeyCount = 0; in PHP_FUNCTION() local
480 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()
489 …sortKeyIndxBuf[sortKeyCount].key = (char*)sortKeyBufOffset; /* remeber just offset, cause addre… in PHP_FUNCTION()
491 sortKeyIndxBuf[sortKeyCount].zstr = hashData; in PHP_FUNCTION()
494 ++sortKeyCount; in PHP_FUNCTION()
500 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()
504 zend_qsort( sortKeyIndxBuf, sortKeyCount, sortKeyIndxSize, collator_cmp_sort_keys TSRMLS_CC ); in PHP_FUNCTION()
510 for( j = 0; j < sortKeyCount; j++ ) in PHP_FUNCTION()

Completed in 5 milliseconds