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

  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
urestubs.c 88 { UC_PD, 0 }, /* _URE_DASHPUNCT */
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.h 76 #define UC_PD 0x00100000 /* Punctuation, Dash */
133 #define ucispunct(cc) ucisprop(cc, UC_PD|UC_PS|UC_PE|UC_PO, UC_PI|UC_PF)
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|\
182 #define ucisdash(cc) ucisprop(cc, UC_PD, 0)

Completed in 33 milliseconds