Home | History | Annotate | Download | only in text

Lines Matching defs:SHORT

148         for (int i = DateFormat.FULL; i <= DateFormat.SHORT; ++i) {
154 if (i == DateFormat.SHORT) {
177 // use hour style in SHORT time pattern as the default
193 // some languages didn't add mm:ss or HH:mm, so put in a hack to compute that from the short time.
2102 SHORT = -0x103,
2172 {'G', ERA, SHORT, 1, 3},
2180 {'U', YEAR, SHORT, 1, 3},
2185 {'Q', QUARTER, SHORT, 3},
2189 {'q', QUARTER, SHORT - DELTA, 3},
2194 {'M', MONTH, SHORT, 3},
2198 {'L', MONTH, SHORT - DELTA, 3},
2207 {'E', WEEKDAY, SHORT, 1, 3},
2212 {'c', WEEKDAY, SHORT - 2*DELTA, 3},
2217 {'e', WEEKDAY, SHORT - DELTA, 3},
2229 {'a', DAYPERIOD, SHORT, 1, 3},
2232 {'b', DAYPERIOD, SHORT - DELTA, 1, 3},
2236 {'B', DAYPERIOD, SHORT - 3*DELTA, 1, 3},
2252 {'v', ZONE, SHORT - 2*DELTA, 1},
2254 {'z', ZONE, SHORT, 1, 3},
2258 {'Z', ZONE, SHORT - DELTA, 5},
2259 {'O', ZONE, SHORT - DELTA, 1},
2261 {'V', ZONE, SHORT - DELTA, 1},
2266 {'X', ZONE, SHORT - DELTA, 2},
2269 {'x', ZONE, SHORT - DELTA, 2},