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

/openjdk10/jdk/test/java/util/Calendar/
H A DBug8152077.java56 testRoll(LA, new int[] { 2016, MARCH, 13 },
59 testRoll(LA, new int[] { 2016, MARCH, 13 },
61 testRoll(LA, new int[] { 2016, MARCH, 13 }, PM_HOURS);
63 testRoll(LA, new int[] { 2016, NOVEMBER, 6 }, ALLDAY_HOURS);
64 testRoll(LA, new int[] { 2016, NOVEMBER, 6 }, AM_HOURS);
65 testRoll(LA, new int[] { 2016, NOVEMBER, 6 }, PM_HOURS);
67 testRoll(BR, new int[] { 2016, FEBRUARY, 21 }, ALLDAY_HOURS);
68 testRoll(BR, new int[] { 2016, FEBRUARY, 21 }, AM_HOURS);
69 testRoll(BR, new int[] { 2016, FEBRUARY, 21 }, PM_HOURS);
71 testRoll(B
87 private static void testRoll(TimeZone tz, int[] params, int[] sequence) { method in class:Bug8152077
96 private static void testRoll(int amount, int[] params, int[] sequence, int startIndex) { method in class:Bug8152077
[all...]
H A DBug6234795.java41 testRoll(HOUR);
42 testRoll(HOUR_OF_DAY);
45 static void testRoll(int field) { method in class:Bug6234795
H A Dbug4409072.java57 testRoll();
595 void testRoll() { method in class:bug4409072
H A DCalendarRegression.java2105 testRoll(cal, 2003, SEPTEMBER, 29);
2106 testRoll(cal, 2003, DECEMBER, 24);
2107 testRoll(cal, 1582, DECEMBER, 19);
2108 testRoll(cal, 1582, DECEMBER, 20);
2111 private void testRoll(Koyomi cal, int year, int month, int dayOfMonth) { method in class:CalendarRegression

Completed in 47 milliseconds