Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c119 UChar* uret_buf = NULL; in PHP_FUNCTION() local
184 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()
188 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
190 size_needed = intl_normalize(form, uinput, uinput_len, uret_buf, uret_len, &status); in PHP_FUNCTION()
198 efree( uret_buf ); in PHP_FUNCTION()
207 efree( uret_buf ); in PHP_FUNCTION()
208 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
217 size_needed = intl_normalize(form, uinput, uinput_len, uret_buf, uret_len, &status); in PHP_FUNCTION()
224 efree( uret_buf ); in PHP_FUNCTION()
236 u8str = intl_convert_utf16_to_utf8(uret_buf, uret_len, &status ); in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds