UC_MC 120 mbstring/php_unicode.h #define php_unicode_is_graph(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\ UC_MC 124 mbstring/php_unicode.h #define php_unicode_is_print(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\ UC_MC 164 mbstring/php_unicode.h #define php_unicode_is_mark(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME, 0) UC_MC 173 mbstring/php_unicode.h #define php_unicode_is_spmark(cc) php_unicode_is_prop(cc, UC_MC, 0) UC_MC 182 mbstring/php_unicode.h UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)