Home
last modified time | relevance | path

Searched refs:SUNDAY (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSimpleTimeZoneTest.java54 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII()
68 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII()
77 10, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII()
86 1, 10, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII()
95 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -10, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIII()
111 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIIII()
127 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIIII()
136 10, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIIII()
145 1, 10, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIIII()
154 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -10, Calendar.SUNDAY, in test_ConstructorILjava_lang_StringIIIIIIIII()
[all …]
DCalendarTest.java658 assertEquals(Calendar.SUNDAY, us_calendar in test_getInstance()
/libcore/luni/src/test/java/libcore/java/util/
DOldAndroidLocaleTest.java61 assertEquals("Sunday", engSymbols.getWeekdays()[Calendar.SUNDAY]); in testResourceBundles()
62 assertEquals("Sonntag", deuSymbols.getWeekdays()[Calendar.SUNDAY]); in testResourceBundles()
DCalendarTest.java194 calendar.setFirstDayOfWeek(Calendar.SUNDAY); in testCalendarSerialization()
/libcore/luni/src/main/java/java/util/
DCalendar.java428 public static final int SUNDAY = 1; field in Calendar
1399 firstDayOfWeek = readFields.get("firstDayOfWeek", Calendar.SUNDAY); in readObject()
DSimpleTimeZone.java559 if (dayOfWeek < Calendar.SUNDAY || dayOfWeek > Calendar.SATURDAY) { in checkRange()
DGregorianCalendar.java345 setFirstDayOfWeek(SUNDAY); in GregorianCalendar()