Searched refs:UC_EN (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
H A D | ucpgba.c | 56 #define ISWEAKSPECIAL(cc) ucisprop(cc, UC_EN|UC_ES|UC_MN, UC_ET|UC_AN|UC_CS) 75 #define ISLTR_LTR(cc) ucisprop(cc, UC_L|UC_MN|UC_EN|UC_ES,\ 78 #define ISRTL_RTL(cc) ucisprop(cc, UC_R|UC_MN|UC_EN|UC_ES,\ 82 #define ISWEAK_NEUTRAL(cc) ucisprop(cc, UC_EN|UC_ES, \
|
H A D | ucdata.h | 86 #define UC_EN 0x40000000 /* European Number */ macro 171 #define ucisweak(cc) ucisprop(cc, UC_EN|UC_ES, UC_ET|UC_AN|UC_CS)
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ure/ |
H A D | urestubs.c | 99 { 0, UC_EN }, /* _URE_EURONUM */
|