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

/openjdk7/jdk/src/share/classes/sun/util/
H A DBuddhistCalendar.java201 style < ALL_STYLES || style > LONG) {
207 // ALL_STYLES
208 if (style == ALL_STYLES) {
/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) {
H A DJapaneseImperialCalendar.java976 if (!checkDisplayNameParams(field, style, ALL_STYLES, LONG, locale,
981 if (style == ALL_STYLES) {
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java1824 Calendar.ALL_STYLES,
1899 Calendar.ALL_STYLES,
1954 Map<String,Integer> map = calendar.getDisplayNames(field, Calendar.ALL_STYLES, locale);

Completed in 269 milliseconds