Home
last modified time | relevance | path

Searched refs:DT_SHORT (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddtptngen.cpp57 {CAP_G, UDATPG_ERA_FIELD, DT_SHORT, 1, 3,},
63 {CAP_Q, UDATPG_QUARTER_FIELD, DT_SHORT, 3, 0},
66 {CAP_M, UDATPG_MONTH_FIELD, DT_SHORT, 3, 0},
70 {CAP_L, UDATPG_MONTH_FIELD, DT_SHORT - DT_DELTA, 3, 0},
76 {LOW_E, UDATPG_WEEKDAY_FIELD, DT_SHORT - DT_DELTA, 3, 0},
79 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_SHORT, 1, 3},
83 {LOW_C, UDATPG_WEEKDAY_FIELD, DT_SHORT - 2*DT_DELTA, 3, 0},
90 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_SHORT, 1, 0},
99 {LOW_V, UDATPG_ZONE_FIELD, DT_SHORT - 2*DT_DELTA, 1, 0},
101 {LOW_Z, UDATPG_ZONE_FIELD, DT_SHORT, 1, 3},
[all …]
Ddtptngen_impl.h81 #define DT_SHORT -0x101 macro