Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/collator/
H A Dcollator_sort.c388 …UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION() local
427 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()
438 …intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_P( hashData ), Z_STRLEN_P( hashData )… in PHP_FUNCTION()
445 if( utf16_buf ) in PHP_FUNCTION()
446 efree( utf16_buf ); in PHP_FUNCTION()
458 utf16_buf[utf16_len] = 0; in PHP_FUNCTION()
468 utf16_buf, in PHP_FUNCTION()
483 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
523 if( utf16_buf ) in PHP_FUNCTION()
524 efree( utf16_buf ); in PHP_FUNCTION()

Completed in 6 milliseconds