Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c123 static unsigned php_unicode_toupper_raw(unsigned code, const mbfl_encoding *enc) in php_unicode_toupper_raw() function
178 return php_unicode_toupper_raw(code, enc); in php_unicode_totitle_raw()
212 code = php_unicode_toupper_raw(code, enc); in php_unicode_toupper_simple()
345 w = php_unicode_toupper_raw(w, src_encoding); in php_unicode_convert_case()

Completed in 6 milliseconds