Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c390 …UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION() local
429 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
440 …intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_P( hashData ), Z_STRLEN_P( hashData )… in PHP_FUNCTION()
447 if( utf16_buf ) in PHP_FUNCTION()
448 efree( utf16_buf ); in PHP_FUNCTION()
460 utf16_buf[utf16_len] = 0; in PHP_FUNCTION()
470 utf16_buf, in PHP_FUNCTION()
485 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
525 if( utf16_buf ) in PHP_FUNCTION()
526 efree( utf16_buf ); in PHP_FUNCTION()

Completed in 11 milliseconds