Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/chrono/
DChronoZonedDateTime.java318 ChronoZonedDateTime<D> withLaterOffsetAtOverlap(); in withLaterOffsetAtOverlap() method
DChronoZonedDateTimeImpl.java243 public ChronoZonedDateTime<D> withLaterOffsetAtOverlap() { in withLaterOffsetAtOverlap() method in ChronoZonedDateTimeImpl
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKZonedDateTime.java1032 ZonedDateTime test = base.withLaterOffsetAtOverlap();
1039 ZonedDateTime test = base.withLaterOffsetAtOverlap();
1047 ZonedDateTime test = base.withLaterOffsetAtOverlap();
1322 …{TEST_PARIS_OVERLAP_2008_10_26_02_30.atZone(ZONE_PARIS).withLaterOffsetAtOverlap(), HOUR_OF_DAY, 0,
1326 …{TEST_PARIS_OVERLAP_2008_10_26_02_30.atZone(ZONE_PARIS).withLaterOffsetAtOverlap(), MINUTE_OF_HOUR…
1330 …{TEST_PARIS_OVERLAP_2008_10_26_02_30.atZone(ZONE_PARIS).withLaterOffsetAtOverlap(), HOUR_OF_DAY, 3,
1340 …{TEST_PARIS_OVERLAP_2008_10_26_02_30.atZone(ZONE_PARIS).withLaterOffsetAtOverlap(), OFFSET_SECONDS…
1344 …{TEST_PARIS_OVERLAP_2008_10_26_02_30.atZone(ZONE_PARIS).withLaterOffsetAtOverlap(), OFFSET_SECONDS…
/libcore/ojluni/src/main/java/java/time/
DZonedDateTime.java912 public ZonedDateTime withLaterOffsetAtOverlap() { in withLaterOffsetAtOverlap() method in ZonedDateTime