Searched refs:UC_MN (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/mbstring/ |
H A D | php_unicode.h | 41 #define UC_MN 0x00000001 /* Mark, Non-Spacing */ 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|\ 138 #define php_unicode_is_nonspacing(cc) php_unicode_is_prop(cc, UC_MN, 0) 164 #define php_unicode_is_mark(cc) php_unicode_is_prop(cc, UC_MN|UC_MC|UC_ME, 0) 172 #define php_unicode_is_nsmark(cc) php_unicode_is_prop(cc, UC_MN, 0) 182 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)
|
H A D | php_unicode.c | 311 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 9 milliseconds