Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.h49 #define UC_LL 15 /* Letter, Lowercase */ macro
105 return php_unicode_is_prop1(code, UC_LL); in php_unicode_is_lower()
117 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, -1)
119 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, …
124 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \
128 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \
173 #define php_unicode_is_identstart(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LT, UC_LO, UC_NL, -1)
174 #define php_unicode_is_identpart(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LT, UC_LO, UC_NL, \

Completed in 7 milliseconds