Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c353 int utf16_buf_size = DEF_UTF16_BUF_SIZE; /* the length of utf16_buf */ in PHP_FUNCTION() local
388 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
394 utf16_len = utf16_buf_size; in PHP_FUNCTION()
422 if( (utf16_len + 1) > utf16_buf_size ) in PHP_FUNCTION()
423 utf16_buf_size = utf16_len + 1; in PHP_FUNCTION()

Completed in 5 milliseconds