Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c137 unsigned new_code = CASE_LOOKUP(code, upper); in php_unicode_toupper_raw() local
138 if (new_code != CODE_NOT_FOUND) { in php_unicode_toupper_raw()
139 return new_code; in php_unicode_toupper_raw()
160 if (new_code != CODE_NOT_FOUND) { in php_unicode_tolower_raw()
164 return new_code; in php_unicode_tolower_raw()
172 unsigned new_code = CASE_LOOKUP(code, title); in php_unicode_totitle_raw() local
173 if (new_code != CODE_NOT_FOUND) { in php_unicode_totitle_raw()
174 return new_code; in php_unicode_totitle_raw()
193 unsigned new_code = CASE_LOOKUP(code, fold); in php_unicode_tofold_raw() local
194 if (new_code != CODE_NOT_FOUND) { in php_unicode_tofold_raw()
[all …]

Completed in 5 milliseconds