Lines Matching refs:uinput
40 UChar* uinput = NULL; in PHP_FUNCTION() local
89 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status ); in PHP_FUNCTION()
98 if (uinput) { in PHP_FUNCTION()
99 efree( uinput ); in PHP_FUNCTION()
110 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
118 efree( uinput ); in PHP_FUNCTION()
133 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
140 efree( uinput ); in PHP_FUNCTION()
145 efree( uinput ); in PHP_FUNCTION()
177 UChar* uinput = NULL; in PHP_FUNCTION() local
215 intl_convert_utf8_to_utf16(&uinput, &uinput_len, input, input_len, &status ); in PHP_FUNCTION()
224 if (uinput) { in PHP_FUNCTION()
225 efree( uinput ); in PHP_FUNCTION()
232 …uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status… in PHP_FUNCTION()
234 efree( uinput ); in PHP_FUNCTION()