Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c372 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION() local
480 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()
482 …bufIncrement = ( sortKeyIndxSize > DEF_SORT_KEYS_INDX_BUF_INCREMENT ) ? sortKeyIndxSize : DEF_SORT… in PHP_FUNCTION()
504 zend_qsort( sortKeyIndxBuf, sortKeyCount, sortKeyIndxSize, collator_cmp_sort_keys TSRMLS_CC ); in PHP_FUNCTION()

Completed in 17 milliseconds