Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/
H A Dphp_unicode.h46 #define UC_LU 12 /* Letter, Uppercase */ macro
108 return php_unicode_is_prop1(code, UC_LU); in php_unicode_is_upper()
112 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, -1)
114 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, …
120 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_P, \
124 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_P, \

Completed in 11 milliseconds