Searched refs:isIsoLeap (Results 1 – 4 of 4) sorted by relevance
98 if (newDayOfMonth <= date.getMonth().length(isIsoLeap(date.getYear()))) { in next()117 return date.withDayOfMonth(date.getMonth().length(isIsoLeap(date.getYear()))); in previous()
80 protected static boolean isIsoLeap(long year) { in isIsoLeap() method in AbstractTCKTest
459 if (newDayOfMonth <= date.getMonth().length(isIsoLeap(date.getYear()))) {478 return date.withDayOfMonth(date.getMonth().length(isIsoLeap(date.getYear())));754 total += Month.of(i).length(isIsoLeap(y));
1097 total += Month.of(i).length(isIsoLeap(y));