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

/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java714 public static final int ALL_STYLES = 0; field in class:Calendar
1413 if (!checkDisplayNameParams(field, style, ALL_STYLES, LONG, locale,
1449 * #ALL_STYLES}, this method returns a <code>Map</code> containing
1457 * #SHORT}, {@link #LONG}, or {@link #ALL_STYLES}.
1473 if (!checkDisplayNameParams(field, style, ALL_STYLES, LONG, locale,
1478 // ALL_STYLES
1479 if (style == ALL_STYLES) {

Completed in 38 milliseconds