Home
last modified time | relevance | path

Searched refs:ALL_STYLES (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DCalendar.java722 public static final int ALL_STYLES = 0; field in Calendar
2150 if (style == ALL_STYLES) { in getDisplayName()
2245 if (!checkDisplayNameParams(field, style, ALL_STYLES, NARROW_FORMAT, locale, in getDisplayNames()
2253 if (style == ALL_STYLES || isStandaloneStyle(style) || isNarrowFormatStyle(style) || in getDisplayNames()
2263 } else if (style != ALL_STYLES) { in getDisplayNames()
DJapaneseImperialCalendar.java1019 if (!checkDisplayNameParams(field, style, ALL_STYLES, NARROW_FORMAT, locale, in getDisplayNames()
1029 if (style == ALL_STYLES) { in getDisplayNames()
1042 if (baseStyle == ALL_STYLES || baseStyle == SHORT in getDisplayNames()
1046 if (baseStyle == ALL_STYLES || baseStyle == LONG) { in getDisplayNames()
/libcore/ojluni/src/main/java/sun/util/locale/provider/
DCalendarDataUtility.java207 if (style == ALL_STYLES) { in retrieveFieldValueNames()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCalendarTest.java910 String result = cal.getDisplayName(field, Calendar.ALL_STYLES, in test_getDisplayNameIILjava_util_Locale()
936 cal.getDisplayName(Calendar.MONTH, Calendar.ALL_STYLES, Locale.US); in test_getDisplayNameIILjava_util_Locale()
948 assertEquals(0, Calendar.ALL_STYLES); in test_getDisplayNamesIILjava_util_Locale()
961 Calendar.ALL_STYLES, locale); in test_getDisplayNamesIILjava_util_Locale()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCalendar.annotated.java162 public static final int ALL_STYLES = 0; // 0x0 field in Calendar
/libcore/ojluni/annotations/hiddenapi/java/util/
DCalendar.java407 public static final int ALL_STYLES = 0; // 0x0 field in Calendar
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeTextProvider.java273 int calendarStyle = (style == null) ? Calendar.ALL_STYLES : style.toCalendarStyle(); in getTextIterator()
/libcore/api/
Dcurrent.txt13514 field public static final int ALL_STYLES = 0; // 0x0