Searched refs:UC_MC (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/mbstring/ |
H A D | php_unicode.h | 35 #define UC_MC 1 /* Mark, Spacing Combining */ macro 119 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \ 123 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \ 145 #define php_unicode_is_mark(cc) php_unicode_is_prop(cc, UC_MN, UC_MC, UC_ME, -1) 152 #define php_unicode_is_spmark(cc) php_unicode_is_prop1(cc, UC_MC)
|
Completed in 4 milliseconds