Searched refs:UC_MC (Results 1 – 1 of 1) sorted by relevance
42 #define UC_MC 0x00000002 /* Mark, Spacing Combining */ macro120 #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\124 #define php_unicode_is_print(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\164 #define php_unicode_is_mark(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME, 0)173 #define php_unicode_is_spmark(cc) php_unicode_is_prop(cc, UC_MC, 0)182 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)
Completed in 5 milliseconds