Home
last modified time | relevance | path

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

/php-src/ext/intl/collator/
H A Dcollator_sort.c349 int utf16_buf_size = DEF_UTF16_BUF_SIZE; /* the length of utf16_buf */ in PHP_FUNCTION() local
384 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
390 utf16_len = utf16_buf_size; in PHP_FUNCTION()
418 if( (utf16_len + 1) > utf16_buf_size ) in PHP_FUNCTION()
419 utf16_buf_size = utf16_len + 1; in PHP_FUNCTION()

Completed in 7 milliseconds