Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c378 int utf16_buf_size = DEF_UTF16_BUF_SIZE; /* the length of utf16_buf */ in PHP_FUNCTION() local
418 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
426 utf16_len = utf16_buf_size; in PHP_FUNCTION()
454 if( (utf16_len + 1) > utf16_buf_size ) in PHP_FUNCTION()
455 utf16_buf_size = utf16_len + 1; in PHP_FUNCTION()

Completed in 6 milliseconds