Home | History | Annotate | Download | only in chrono

Lines Matching defs:minDate

204         HijrahDate minDate = chrono.date((int)yearRange.getLargestMinimum(),
207 HijrahDate before = minDate.minus(1, ChronoUnit.DAYS);
208 fail("Exception did not occur, minDate: " + minDate + ".minus(1, DAYS) = " + before);