Searched refs:uret_buf (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/intl/normalizer/ |
H A D | normalizer_normalize.c | 45 UChar* uret_buf = NULL; in PHP_FUNCTION() local 108 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION() 111 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION() 118 efree( uret_buf ); in PHP_FUNCTION() 127 efree( uret_buf ); in PHP_FUNCTION() 128 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION() 134 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION() 140 efree( uret_buf ); in PHP_FUNCTION() 152 intl_convert_utf16_to_utf8( &ret_buf, &ret_len, uret_buf, uret_len, &status ); in PHP_FUNCTION() 153 efree( uret_buf ); in PHP_FUNCTION()
|
Completed in 19 milliseconds