Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.h58 #define UC_LM 0x00020000 /* Letter, Modifier */ macro
113 #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)
115 #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
121 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\
125 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\
165 #define php_unicode_is_modif(cc) php_unicode_is_prop(cc, UC_LM, 0)
H A Dphp_unicode.c312 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 7 milliseconds