Searched refs:isIsoLeap (Results 1 – 5 of 5) sorted by relevance
75 protected static boolean isIsoLeap(long year) { in isIsoLeap() method in AbstractTest
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));