Searched refs:UC_LL (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | ucdata.h | 70 #define UC_LL 0x00008000 /* Letter, Lowercase */ macro 126 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0) 128 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0) 134 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\ 138 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\ 142 #define ucislower(cc) ucisprop(cc, UC_LL, 0) 193 #define ucisidentstart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0) 194 #define ucisidentpart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL|\
|