Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c98 return unorm2_isNormalized(norm, uinput, uinput_len, err); in intl_is_normalized()
114 UChar* uinput = NULL; in PHP_FUNCTION() local
175 if (uinput) { in PHP_FUNCTION()
176 efree( uinput ); in PHP_FUNCTION()
199 efree( uinput ); in PHP_FUNCTION()
225 efree( uinput ); in PHP_FUNCTION()
230 efree( uinput ); in PHP_FUNCTION()
262 UChar* uinput = NULL; in PHP_FUNCTION() local
312 if (uinput) { in PHP_FUNCTION()
313 efree( uinput ); in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds