Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_normalize.c40 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()
119 efree( uinput ); in PHP_FUNCTION()
141 efree( uinput ); in PHP_FUNCTION()
146 efree( uinput ); in PHP_FUNCTION()
178 UChar* uinput = NULL; in PHP_FUNCTION() local
225 if (uinput) { in PHP_FUNCTION()
226 efree( uinput ); in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds