Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c377 uint32_t sortKeyBufSize = DEF_SORT_KEYS_BUF_SIZE; /* buffer size */ in PHP_FUNCTION() local
427 sortKeyBuf = ecalloc( sortKeyBufSize, sizeof( char ) ); in PHP_FUNCTION()
467 bufLeft = sortKeyBufSize - sortKeyBufOffset; in PHP_FUNCTION()
480 sortKeyBufSize += bufIncrement; in PHP_FUNCTION()
483 sortKeyBuf = erealloc( sortKeyBuf, sortKeyBufSize ); in PHP_FUNCTION()

Completed in 5 milliseconds