Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/normalizer/
H A Dnormalizer_normalize.c75 return unorm2_isNormalized(norm, uinput, uinput_len, err); in intl_is_normalized()
87 UChar* uinput = NULL; in PHP_FUNCTION() local
142 if (uinput) { in PHP_FUNCTION()
143 efree( uinput ); in PHP_FUNCTION()
167 efree( uinput ); in PHP_FUNCTION()
193 efree( uinput ); in PHP_FUNCTION()
198 efree( uinput ); in PHP_FUNCTION()
226 UChar* uinput = NULL; in PHP_FUNCTION() local
270 if (uinput) { in PHP_FUNCTION()
271 efree( uinput ); in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds