Searched refs:UC_ND (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ure/
H A Durestubs.c72 { UC_ND, 0 }, /* _URE_NUMDIGIT */
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.h59 #define UC_ND 0x00000008 /* Number, Decimal Digit */ macro
128 #define ucisdigit(cc) ucisprop(cc, UC_ND, 0)
129 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
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)
196 UC_MN|UC_MC|UC_ND|UC_PC|UC_CF, 0)
H A Ducpgba.c54 #define ISDIGITSPECIAL(cc) ucisprop(cc, UC_ND|UC_MN, 0)

Completed in 52 milliseconds