HomeSort by: relevance | last modified time | path
    Searched refs:UC_LT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
urestubs.c 85 { UC_LT, 0 }, /* _URE_TITLE */
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.h 72 #define UC_LT 0x00010000 /* Letter, Titlecase */
127 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)
129 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
135 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\
139 UC_LU|UC_LL|UC_LT|UC_LM|UC_LO|UC_PC|UC_PD|\
144 #define ucistitle(cc) ucisprop(cc, UC_LT, 0)
194 #define ucisidentstart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL, 0)
195 #define ucisidentpart(cc) ucisprop(cc, UC_LU|UC_LL|UC_LT|UC_LO|UC_NL|\

Completed in 34 milliseconds