HomeSort by relevance Sort by last modified time
    Searched refs:LOW_M (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
dtitv_impl.h 49 #define LOW_M ((UChar)0x006D)
plurrule_impl.h 74 #define LOW_M ((UChar)0x006D)
dtptngen_impl.h 70 #define LOW_M ((UChar)0x006D)
dtitvfmt.cpp 788 case LOW_M:
847 normalizedTimeSkeleton.append(LOW_M);
    [all...]
tmutfmt.cpp 24 #define LOW_M ((UChar)0x006D)
64 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
68 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
    [all...]
plurrule.cpp 46 static const UChar PLURAL_KEYWORD_MANY[]={LOW_M,LOW_A,LOW_N,LOW_Y,0};
52 static const UChar PK_MOD[]={LOW_M,LOW_O,LOW_D,0};
dtptngen.cpp 142 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0
188 {LOW_M, UDATPG_MINUTE_FIELD, DT_NUMERIC, 1, 2},
471 if (ch==LOW_M) {
    [all...]

Completed in 62 milliseconds