/external/chromium_org/third_party/icu/source/i18n/ |
D | dtitv_impl.h | 49 #define LOW_M ((UChar)0x006D) macro
|
D | selfmtimpl.h | 70 #define LOW_M ((UChar)0x006D) macro
|
D | tmutfmt.cpp | 28 #define LOW_M ((UChar)0x006D) macro 68 …OR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0}; 72 …FAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
|
D | plurrule_impl.h | 83 static const UChar LOW_M = ((UChar)0x006D); variable
|
D | dtptngen_impl.h | 73 #define LOW_M ((UChar)0x006D) macro
|
D | dtitvfmt.cpp | 838 case LOW_M: in getDateTimeSkeleton() 902 normalizedTimeSkeleton.append(LOW_M); in getDateTimeSkeleton() 1473 /*m..*/ LOW_M,
|
D | plurrule.cpp | 44 static const UChar PK_MOD[]={LOW_M,LOW_O,LOW_D,0}; 54 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0};
|
D | dtptngen.cpp | 137 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 187 {LOW_M, UDATPG_MINUTE_FIELD, DT_NUMERIC, 1, 2}, 476 if (ch==LOW_M) { in hackTimes()
|
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 70 #define LOW_M ((UChar)0x006D) macro
|
D | dtitv_impl.h | 49 #define LOW_M ((UChar)0x006D) macro
|
D | tmutfmt.cpp | 28 #define LOW_M ((UChar)0x006D) macro 68 …OR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0}; 72 …FAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
|
D | plurrule_impl.h | 83 static const UChar LOW_M = ((UChar)0x006D); variable
|
D | dtptngen_impl.h | 73 #define LOW_M ((UChar)0x006D) macro
|
D | dtitvfmt.cpp | 840 case LOW_M: in getDateTimeSkeleton() 904 normalizedTimeSkeleton.append(LOW_M); in getDateTimeSkeleton() 1475 /*msS*/ LOW_M, LOW_S, CAP_S, // MINUTE, SECOND, MILLISECOND
|
D | dtptngen.cpp | 137 CAP_H, LOW_M, LOW_S, CAP_S, LOW_V, 0 188 {LOW_M, UDATPG_MINUTE_FIELD, DT_NUMERIC, 1, 2}, 477 if (ch==LOW_M) { in hackTimes()
|
D | plurrule.cpp | 61 static const UChar PK_MOD[]={LOW_M,LOW_O,LOW_D,0}; 70 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0};
|