Searched defs:ALL_STYLES (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java715 public static final int ALL_STYLES = 0; field in class:Calendar
2064 // BEGIN Android-changed: Treat ALL_STYLES as SHORT
2065 // Android has traditionally treated ALL_STYLES as SHORT, even though
2067 if (style == ALL_STYLES) {
2070 // END Android-changed: Treat ALL_STYLES as SHORT
2134 * #ALL_STYLES}, this method returns a {@code Map} containing
2160 if (!checkDisplayNameParams(field, style, ALL_STYLES, NARROW_FORMAT, locale,
2168 if (style == ALL_STYLES || isStandaloneStyle(style) || isNarrowFormatStyle(style)) {
2177 } else if (style != ALL_STYLES) {

Completed in 10 milliseconds