HomeSort by relevance Sort by last modified time
    Searched refs:isIsoLeap (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/test/java/time/test/java/time/
AbstractTest.java 75 protected static boolean isIsoLeap(long year) {
TestLocalDate.java 98 if (newDayOfMonth <= date.getMonth().length(isIsoLeap(date.getYear()))) {
117 return date.withDayOfMonth(date.getMonth().length(isIsoLeap(date.getYear())));
  /libcore/ojluni/src/test/java/time/tck/java/time/
AbstractTCKTest.java 80 protected static boolean isIsoLeap(long year) {
TCKLocalDate.java 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));
    [all...]
TCKLocalDateTime.java     [all...]

Completed in 542 milliseconds