Searched refs:otherDates (Results 1 – 3 of 3) sorted by relevance
276 List<ChronoLocalDate> otherDates = new ArrayList<>(); in test_date_comparisons() local279 otherDates.add(chrono2.date(d)); in test_date_comparisons()285 for (int j = 0; j < otherDates.size(); j++) { in test_date_comparisons()286 ChronoLocalDate b = otherDates.get(j); in test_date_comparisons()
287 List<ChronoLocalDateTime<?>> otherDates = new ArrayList<>(); in test_datetime_comparisons() local290 otherDates.add(chrono2.date(d).atTime(d.toLocalTime())); in test_datetime_comparisons()296 for (int j = 0; j < otherDates.size(); j++) { in test_datetime_comparisons()297 ChronoLocalDateTime<?> b = otherDates.get(j); in test_datetime_comparisons()
290 List<ChronoZonedDateTime<?>> otherDates = new ArrayList<>(); in test_zonedDateTime_comparisons() local293 otherDates.add(chrono2.date(d).atTime(d.toLocalTime()).atZone(d.getZone())); in test_zonedDateTime_comparisons()299 for (int j = 0; j < otherDates.size(); j++) { in test_zonedDateTime_comparisons()300 ChronoZonedDateTime<?> b = otherDates.get(j); in test_zonedDateTime_comparisons()