Searched refs:localDate2 (Results 1 – 4 of 4) sorted by relevance
58 val localDate2 = other.toLocalDate() in Instant() constant59 return localDate1 == localDate2 in Instant()64 val localDate2 = other.toLocalDate() in Instant() constant65 return localDate1 == localDate2.minusDays(1) in Instant()70 val localDate2 = other.toLocalDate() in Instant() constant71 return localDate1 == localDate2.plusDays(1) in Instant()80 val localDate2 = other.toLocalDate() in Instant() constant81 return localDate1.isAfter(localDate2.plusDays(1)) || localDate1 == localDate2.plusDays(1) in Instant()
162 val localDate2 = instant2.atZone(timeSource.deviceZoneOffset()).toLocalDate() in areOnSameDay() constant163 return localDate1 == localDate2 in areOnSameDay()170 val localDate2 = instant2.atZone(timeSource.deviceZoneOffset()).toLocalDate() in areOnSameWeek() constant172 val firstDayOfWeek2 = localDate2.with(TemporalAdjusters.previousOrSame(firstDayOfWeekField)) in areOnSameWeek()
39 LocalDate localDate2 = Instant.ofEpochMilli(date2).atZone(timeZone).toLocalDate(); in getDayDifference() local40 return Math.abs((int) ChronoUnit.DAYS.between(localDate2, localDate1)); in getDayDifference()
173 val localDate2 = instant2.atZone(timeSource.deviceZoneOffset()).toLocalDate() in <lambda>() constant174 return localDate1 == localDate2 in <lambda>()