Searched refs:UC_LT (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/mbstring/ |
H A D | php_unicode.h | 48 #define UC_LT 14 /* Letter, Titlecase */ macro 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, \ 128 #define php_unicode_is_title(cc) php_unicode_is_prop1(cc, UC_LT)
|
Completed in 4 milliseconds