Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.h49 #define UC_LM 15 /* Letter, Modifier */ macro
114 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, -1)
116 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, …
122 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_P, \
126 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_P, \
148 #define php_unicode_is_modif(cc) php_unicode_is_prop1(cc, UC_LM)

Completed in 11 milliseconds