Searched defs:LOW_N (Results 1 - 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
H A D | dt_impl.h | 54 #define LOW_N ((UChar)0x006E) macro
|
H A D | dtitv_impl.h | 53 #define LOW_N ((UChar)0x006E) macro
|
H A D | selfmtimpl.h | 73 #define LOW_N ((UChar)0x006E) macro
|
H A D | dtptngen_impl.h | 79 #define LOW_N ((UChar)0x006E) macro
|
H A D | plurrule_impl.h | 90 static const UChar LOW_N = ((UChar)0x006E); variable
|
H A D | tmutfmt.cpp | 34 #define LOW_N ((UChar)0x006E) macro 43 #define LOW_N ((UChar)0x006E) macro 72 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0}; 80 static const UChar PLURAL_COUNT_ONE[] = {LOW_O, LOW_N, LOW_E, 0};
|
Completed in 1612 milliseconds