Searched refs:maxDays (Results 1 – 1 of 1) sorted by relevance
236 …long maxDays = (maxYear * 365L + ((maxYear + maxOffset) / 4L - (maxYear + maxOffset) / 100L + (max… in doTest_factory_ofInstant_all() local240 for (long i = minDays; i < maxDays; i++) { in doTest_factory_ofInstant_all()