Searched refs:utf16_buf (Results 1 – 1 of 1) sorted by relevance
377 …UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION() local418 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()431 …intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_PP( hashData ), Z_STRLEN_PP( hashData… in PHP_FUNCTION()438 if( utf16_buf ) in PHP_FUNCTION()439 efree( utf16_buf ); in PHP_FUNCTION()451 utf16_buf[utf16_len] = 0; in PHP_FUNCTION()461 utf16_buf, in PHP_FUNCTION()476 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()521 if( utf16_buf ) in PHP_FUNCTION()522 efree( utf16_buf ); in PHP_FUNCTION()
Completed in 7 milliseconds