Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_unicode.h55 #define UC_LM 17 /* Letter, Modifier */ macro
121 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, -1)
123 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU, UC_LL, UC_LM, UC_LO, UC_LT, UC_ND, …
128 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \
132 UC_LU, UC_LL, UC_LT, UC_LM, UC_LO, UC_PC, UC_PD, \
162 #define php_unicode_is_modif(cc) php_unicode_is_prop1(cc, UC_LM)

Completed in 7 milliseconds