Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c384 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION() local
428 sortKeyIndxBuf = ecalloc( sortKeyIndxBufSize, sizeof( uint8_t ) ); in PHP_FUNCTION()
489 if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize ) in PHP_FUNCTION()
493 sortKeyIndxBufSize += bufIncrement; in PHP_FUNCTION()
495 sortKeyIndxBuf = erealloc( sortKeyIndxBuf, sortKeyIndxBufSize ); in PHP_FUNCTION()

Completed in 5 milliseconds