Home
last modified time | relevance | path

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

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