Searched refs:UC_LU (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | ucdata.h | 69 #define UC_LU 0x00004000 /* Letter, Uppercase */ 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|\ 141 #define ucisupper(cc) ucisprop(cc, UC_LU, 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|\
|