Home | History | Annotate | Download | only in i18n

Lines Matching defs:LOW_E

36 #define LOW_E             ((UChar)0x0065)
75 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0};
76 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};