Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/normalizer/
H A Dnormalizer_normalize.c45 UChar* uret_buf = NULL; in PHP_FUNCTION() local
107 uret_buf = eumalloc( uret_len + 1 ); in PHP_FUNCTION()
110 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
117 efree( uret_buf ); in PHP_FUNCTION()
126 efree( uret_buf ); in PHP_FUNCTION()
127 uret_buf = eumalloc( size_needed + 1 ); in PHP_FUNCTION()
133 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
139 efree( uret_buf ); in PHP_FUNCTION()
151 u8str = intl_convert_utf16_to_utf8(uret_buf, uret_len, &status ); in PHP_FUNCTION()
152 efree( uret_buf ); in PHP_FUNCTION()

Completed in 5 milliseconds