Home
last modified time | relevance | path

Searched refs:UC_ME (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/mbstring/
H A Dphp_unicode.h43 #define UC_ME 0x00000004 /* Mark, Enclosing */ macro
120 #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)
174 #define php_unicode_is_enclosing(cc) php_unicode_is_prop(cc, UC_ME, 0)
H A Dphp_unicode.c311 UC_MN|UC_ME|UC_CF|UC_LM|UC_SK|UC_LU|UC_LL|UC_LT|UC_PO|UC_OS, 0); in php_unicode_convert_case()

Completed in 10 milliseconds