Home
last modified time | relevance | path

Searched refs:otherDates (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronoLocalDate.java276 List<ChronoLocalDate> otherDates = new ArrayList<>(); in test_date_comparisons() local
279 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()
DTCKChronoLocalDateTime.java287 List<ChronoLocalDateTime<?>> otherDates = new ArrayList<>(); in test_datetime_comparisons() local
290 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()
DTCKChronoZonedDateTime.java290 List<ChronoZonedDateTime<?>> otherDates = new ArrayList<>(); in test_zonedDateTime_comparisons() local
293 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()