Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/normalizer/
H A Dnormalizer_normalize.c40 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()
118 efree( uinput ); in PHP_FUNCTION()
140 efree( uinput ); in PHP_FUNCTION()
145 efree( uinput ); in PHP_FUNCTION()
177 UChar* uinput = NULL; in PHP_FUNCTION() local
224 if (uinput) { in PHP_FUNCTION()
225 efree( uinput ); in PHP_FUNCTION()
[all …]

Completed in 4 milliseconds