Searched refs:ALL_STYLES (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/java/java/util/ |
D | Calendar.java | 722 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()
|
D | JapaneseImperialCalendar.java | 1019 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/ |
D | CalendarDataUtility.java | 207 if (style == ALL_STYLES) { in retrieveFieldValueNames()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | CalendarTest.java | 910 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/ |
D | Calendar.annotated.java | 162 public static final int ALL_STYLES = 0; // 0x0 field in Calendar
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Calendar.java | 407 public static final int ALL_STYLES = 0; // 0x0 field in Calendar
|
/libcore/ojluni/src/main/java/java/time/format/ |
D | DateTimeTextProvider.java | 273 int calendarStyle = (style == null) ? Calendar.ALL_STYLES : style.toCalendarStyle(); in getTextIterator()
|
/libcore/api/ |
D | current.txt | 13514 field public static final int ALL_STYLES = 0; // 0x0
|