/external/icu/icu4c/source/i18n/ |
dtitv_impl.h | 40 #define LOW_D ((UChar)0x0064)
|
selfmtimpl.h | 61 #define LOW_D ((UChar)0x0064)
|
dtitvfmt.cpp | 45 {LOW_Y, CAP_M, CAP_M, CAP_M, CAP_M, CAP_E, CAP_E, CAP_E, CAP_E, LOW_D, 0}, 47 {LOW_Y, CAP_M, CAP_M, CAP_M, CAP_M, LOW_D, 0}, 49 {LOW_Y, CAP_M, CAP_M, CAP_M, LOW_D, 0}, 51 {LOW_Y, CAP_M, LOW_D, 0} }; 755 skeleton.insert(0, LOW_D); 816 case LOW_D: 912 normalizedDateSkeleton.append(LOW_D); [all...] |
dtptngen_impl.h | 64 #define LOW_D ((UChar)0x0064)
|
plurrule_impl.h | 77 static const UChar LOW_D = ((UChar)0x0064);
|
plurrule.cpp | 49 static const UChar PK_MOD[]={LOW_M,LOW_O,LOW_D,0}; 50 static const UChar PK_AND[]={LOW_A,LOW_N,LOW_D,0}; 58 static const UChar PK_DECIMAL[]={LOW_D,LOW_E,LOW_C,LOW_I,LOW_M,LOW_A,LOW_L,0}; [all...] |
tmutfmt.cpp | 34 #define LOW_D ((UChar)0x0064) 72 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
|
dtptngen.cpp | 132 CAP_G, LOW_Y, CAP_Q, CAP_M, LOW_W, CAP_W, CAP_E, LOW_D, CAP_D, CAP_F, 175 {LOW_D, UDATPG_DAY_FIELD, DT_NUMERIC, 1, 2}, [all...] |