Searched refs:utf16_buf (Results 1 – 1 of 1) sorted by relevance
348 …UChar* utf16_buf = NULL; /* tmp buffer to hold current process… in PHP_FUNCTION() local384 utf16_buf = eumalloc( utf16_buf_size ); in PHP_FUNCTION()395 …intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_P( hashData ), Z_STRLEN_P( hashData )… in PHP_FUNCTION()402 if( utf16_buf ) in PHP_FUNCTION()403 efree( utf16_buf ); in PHP_FUNCTION()415 utf16_buf[utf16_len] = 0; in PHP_FUNCTION()425 utf16_buf, in PHP_FUNCTION()440 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()480 if( utf16_buf ) in PHP_FUNCTION()481 efree( utf16_buf ); in PHP_FUNCTION()
Completed in 6 milliseconds