Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/
DCalendar.java688 public static final int ALL_STYLES = 0; field in Calendar
1291 if (style == ALL_STYLES) { in getDisplayName()
1319 if (style != ALL_STYLES && style != SHORT && style != LONG) { in checkStyle()
1344 if (style == SHORT || style == ALL_STYLES) { in getDisplayNames()
1347 if (style == LONG || style == ALL_STYLES) { in getDisplayNames()
/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()