Home | History | Annotate | Download | only in chrono

Lines Matching defs:toLocalDate

186         return toLocalDate().getChronology();
197 D toLocalDate() ;
379 .with(EPOCH_DAY, toLocalDate().toEpochDay())
465 long epochDay = toLocalDate().toEpochDay();
500 int cmp = toLocalDate().compareTo(other.toLocalDate());
525 long thisEpDay = this.toLocalDate().toEpochDay();
526 long otherEpDay = other.toLocalDate().toEpochDay();
546 long thisEpDay = this.toLocalDate().toEpochDay();
547 long otherEpDay = other.toLocalDate().toEpochDay();
569 this.toLocalDate().toEpochDay() == other.toLocalDate().toEpochDay();