Home
last modified time | relevance | path

Searched refs:UC_MC (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Ducdata.h56 #define UC_MC 0x00000002 /* Mark, Spacing Combining */ macro
133 #define ucisgraph(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
137 #define ucisprint(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\
177 #define ucismark(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME, 0)
186 #define ucisspmark(cc) ucisprop(cc, UC_MC, 0)
195 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)