UC_LU 311 mbstring/php_unicode.c UC_MN|UC_ME|UC_CF|UC_LM|UC_SK|UC_LU|UC_LL|UC_LT|UC_PO|UC_OS, 0); UC_LU 113 mbstring/php_unicode.h #define php_unicode_is_alpha(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0) UC_LU 115 mbstring/php_unicode.h #define php_unicode_is_alnum(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0) UC_LU 121 mbstring/php_unicode.h UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\ UC_LU 125 mbstring/php_unicode.h UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\ UC_LU 128 mbstring/php_unicode.h #define php_unicode_is_upper(cc) php_unicode_is_prop(cc, UC_LU, 0) UC_LU 180 mbstring/php_unicode.h #define php_unicode_is_identstart(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0) UC_LU 181 mbstring/php_unicode.h #define php_unicode_is_identpart(cc) php_unicode_is_prop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL|\