Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.h34 #define UC_MN 0 /* Mark, Non-Spacing */ macro
121 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \
125 UC_MN, UC_MC, UC_ME, UC_ND, UC_NL, UC_NO, \
132 #define php_unicode_is_nonspacing(cc) php_unicode_is_prop1(cc, UC_MN)
147 #define php_unicode_is_mark(cc) php_unicode_is_prop(cc, UC_MN, UC_MC, UC_ME, -1)
153 #define php_unicode_is_nsmark(cc) php_unicode_is_prop1(cc, UC_MN)

Completed in 11 milliseconds