Home
last modified time | relevance | path

Searched refs:atDate (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DOffsetTime.java1213 public OffsetDateTime atDate(LocalDate date) { in atDate() method in OffsetTime
DLocalTime.java1420 public LocalDateTime atDate(LocalDate date) { in atDate() method in LocalTime
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKLocalTime.java2323 LocalDateTime end = start.plusSeconds(2).atDate(LocalDate.of(2010, 6, 30));
2369 assertEquals(t.atDate(LocalDate.of(2012, 6, 30)), LocalDateTime.of(2012, 6, 30, 11, 30));
2374 TEST_12_30_40_987654321.atDate((LocalDate) null);
DTCKOffsetTime.java1118 OffsetDateTime offsetDateTime = offsetTime.plusSeconds(3).atDate(LocalDate.of(1980, 2, 10));