Searched refs:UC_LU (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/mbstring/ |
H A D | php_unicode.h | 52 #define UC_LU 14 /* Letter, Uppercase */ macro 117 return php_unicode_is_prop1(code, UC_LU); in php_unicode_is_upper() 121 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, -1) 123 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, … 128 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \ 132 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \ 177 #define php_unicode_is_identstart(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LT, UC_LO, UC_NL, -1) 178 #define php_unicode_is_identpart(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LT, UC_LO, UC_NL, \
|
Completed in 4 milliseconds