Searched defs:LENGTH_SHORTEST (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java178 * <p>In some languages, the results returned for LENGTH_SHORTEST will be the same as
183 public static final int LENGTH_SHORTEST = 50; field in class:DateUtils
190 * {@link #LENGTH_MEDIUM}, or {@link #LENGTH_SHORTEST}.
207 case LENGTH_SHORTEST: names = d.tinyWeekdayNames; break;
230 * or {@link #LENGTH_SHORTEST}.
245 case LENGTH_SHORTEST: names = d.tinyMonthNames; break;
375 * LENGTH_SHORT for the abbreviated spelling if available (e.g. "2 hr"), and LENGTH_SHORTEST for
390 case LENGTH_SHORTEST:

Completed in 24 milliseconds