Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c352 …UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION() local
388 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
399 …intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_P( hashData ), Z_STRLEN_P( hashData )… in PHP_FUNCTION()
406 if( utf16_buf ) in PHP_FUNCTION()
407 efree( utf16_buf ); in PHP_FUNCTION()
419 utf16_buf[utf16_len] = 0; in PHP_FUNCTION()
429 utf16_buf, in PHP_FUNCTION()
444 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
484 if( utf16_buf ) in PHP_FUNCTION()
485 efree( utf16_buf ); in PHP_FUNCTION()

Completed in 6 milliseconds