Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c391 int utf16_buf_size = DEF_UTF16_BUF_SIZE; /* the length of utf16_buf */ in PHP_FUNCTION() local
429 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
435 utf16_len = utf16_buf_size; in PHP_FUNCTION()
463 if( (utf16_len + 1) > utf16_buf_size ) in PHP_FUNCTION()
464 utf16_buf_size = utf16_len + 1; in PHP_FUNCTION()

Completed in 6 milliseconds