Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.h66 #define UC_CF 0x00000400 /* Other, Format */ macro
130 #define uciscntrl(cc) ucisprop(cc, UC_CC|UC_CF, 0)
148 #define ucisfmtcntrl(cc) ucisprop(cc, UC_CF, 0)
196 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)
H A DREADME273 3. Change uciscntrl() to include UC_CF.