Searched refs:UC_LO (Results 1 – 1 of 1) sorted by relevance
59 #define UC_LO 0x00040000 /* Letter, Other */ macro113 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)115 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)121 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\125 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\180 #define php_unicode_is_identstart(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0)181 #define php_unicode_is_identpart(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL|\
Completed in 5 milliseconds