Home
last modified time | relevance | path

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

/php-src/ext/intl/collator/
H A Dcollator_sort.c342 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION() local
383 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()
444 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()
448 sortKeyIndxBufSize += bufIncrement; in PHP_FUNCTION()
450 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()

Completed in 7 milliseconds