Searched refs:maxDate (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java214 HijrahDate maxDate = chrono.date((int)yearRange.getSmallestMaximum(),
216 int monthLen = maxDate.lengthOfMonth();
217 maxDate = maxDate.with(DAY_OF_MONTH, monthLen);
219 HijrahDate after = maxDate.plus(1, ChronoUnit.DAYS);
220 fail("Exception did not occur, maxDate: " + maxDate + ".plus(1, DAYS) = " + after);
/libcore/ojluni/src/test/java/time/test/java/time/
H A DTestOffsetDateTime_instants.java238 final LocalDate maxDate = LocalDate.of(Year.MAX_VALUE, 12, 31);
245 if (expected.toLocalDate().equals(maxDate) == false) {
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java1879 public static final int maxDate = 0; field in class:R

Completed in 293 milliseconds