Home
last modified time | relevance | path

Searched refs:isIsoLeap (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/
DAbstractTest.java75 protected static boolean isIsoLeap(long year) { in isIsoLeap() method in AbstractTest
DTestLocalDate.java98 if (newDayOfMonth <= date.getMonth().length(isIsoLeap(date.getYear()))) { in next()
117 return date.withDayOfMonth(date.getMonth().length(isIsoLeap(date.getYear()))); in previous()
/libcore/ojluni/src/test/java/time/tck/java/time/
DAbstractTCKTest.java80 protected static boolean isIsoLeap(long year) { in isIsoLeap() method in AbstractTCKTest
DTCKLocalDate.java459 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));
DTCKLocalDateTime.java1097 total += Month.of(i).length(isIsoLeap(y));