Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_unicode.c171 if (php_unicode_is_lower(code)) { in php_unicode_toupper()
199 if (php_unicode_is_lower(code)) in php_unicode_tolower()
H A Dphp_unicode.h129 #define php_unicode_is_lower(cc) php_unicode_is_prop(cc, UC_LL, 0) macro

Completed in 6 milliseconds