Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.h60 #define UC_NL 0x00000010 /* Number, Letter */ macro
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|\
151 #define ucisnumber(cc) ucisprop(cc, UC_ND|UC_NO|UC_NL, 0)
180 #define ucisletnum(cc) ucisprop(cc, UC_NL, 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|\
/netbsd/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A Durestubs.c76 { UC_NL|UC_NO, 0 }, /* _URE_NUMOTHER */