Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dphp_unicode.c134 unsigned new_code = CASE_LOOKUP(code, upper); in php_unicode_toupper_raw() local
135 if (new_code != CODE_NOT_FOUND) { in php_unicode_toupper_raw()
136 return new_code; in php_unicode_toupper_raw()
155 if (new_code != CODE_NOT_FOUND) { in php_unicode_tolower_raw()
159 return new_code; in php_unicode_tolower_raw()
167 unsigned new_code = CASE_LOOKUP(code, title); in php_unicode_totitle_raw() local
168 if (new_code != CODE_NOT_FOUND) { in php_unicode_totitle_raw()
169 return new_code; in php_unicode_totitle_raw()
188 unsigned new_code = CASE_LOOKUP(code, fold); in php_unicode_tofold_raw() local
189 if (new_code != CODE_NOT_FOUND) { in php_unicode_tofold_raw()
[all …]

Completed in 8 milliseconds