Searched refs:maxDate (Results 1 – 3 of 3) sorted by relevance
215 HijrahDate maxDate = chrono.date((int)yearRange.getSmallestMaximum(), in test_hijrahDateLimits() local217 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()
238 final LocalDate maxDate = LocalDate.of(Year.MAX_VALUE, 12, 31); in doTest_factory_ofInstant_all() local245 if (expected.toLocalDate().equals(maxDate) == false) { in doTest_factory_ofInstant_all()
1879 public static final int maxDate = 0; field in R