Lines Matching refs:uinput
40 UChar* uinput = NULL; in PHP_FUNCTION() local
90 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status ); in PHP_FUNCTION()
99 if (uinput) { in PHP_FUNCTION()
100 efree( uinput ); in PHP_FUNCTION()
111 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
119 efree( uinput ); in PHP_FUNCTION()
134 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
141 efree( uinput ); in PHP_FUNCTION()
146 efree( uinput ); in PHP_FUNCTION()
178 UChar* uinput = NULL; in PHP_FUNCTION() local
216 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status ); in PHP_FUNCTION()
225 if (uinput) { in PHP_FUNCTION()
226 efree( uinput ); in PHP_FUNCTION()
233 …uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status… in PHP_FUNCTION()
235 efree( uinput ); in PHP_FUNCTION()