Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.h47 #define UC_LL 13 /* Letter, Lowercase */ macro
102 return php_unicode_is_prop1(code, UC_LL); in php_unicode_is_lower()
114 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, -1)
116 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, …
122 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_P, \
126 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_P, \

Completed in 6 milliseconds