Searched refs:php_unicode_is_lower (Results 1 – 2 of 2) sorted by relevance
171 if (php_unicode_is_lower(code)) { in php_unicode_toupper()199 if (php_unicode_is_lower(code)) in php_unicode_tolower()
129 #define php_unicode_is_lower(cc) php_unicode_is_prop(cc, UC_LL, 0) macro
Completed in 10 milliseconds