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

  /src/external/bsd/openldap/dist/libraries/liblunicode/ure/
urestubs.c 74 { UC_MC, 0 }, /* _URE_COMBINING */
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.h 57 #define UC_MC 0x00000002 /* Mark, Spacing Combining */
134 #define ucisgraph(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
138 #define ucisprint(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
178 #define ucismark(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME, 0)
187 #define ucisspmark(cc) ucisprop(cc, UC_MC, 0)
196 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)

Completed in 33 milliseconds