Searched refs:UC_ME (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/mbstring/ |
H A D | php_unicode.h | 36 #define UC_ME 2 /* Mark, Enclosing */ macro 123 #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \ 127 #define php_unicode_is_print(cc) php_unicode_is_prop(cc, UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \ 157 #define php_unicode_is_mark(cc) php_unicode_is_prop(cc, UC_MN, UC_MC, UC_ME, -1) 167 #define php_unicode_is_enclosing(cc) php_unicode_is_prop1(cc, UC_ME)
|
Completed in 6 milliseconds