Searched refs:UC_LU (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Durestubs.c78 { UC_LU, 0 }, /* _URE_UPPER */
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.h68 #define UC_LU 0x00004000 /* Letter, Uppercase */ macro
125 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)
127 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
133 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\
137 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\
140 #define ucisupper(cc) ucisprop(cc, UC_LU, 0)
192 #define ucisidentstart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0)
193 #define ucisidentpart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL|\

Completed in 95 milliseconds