Home
last modified time | relevance | path

Searched defs:withZone (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DClock.java411 public abstract Clock withZone(ZoneId zone); in withZone() method in Clock
543 public Clock withZone(ZoneId zone) { in withZone() method in Clock.SystemInstantSource
598 public Clock withZone(ZoneId zone) { in withZone() method in Clock.SystemClock
651 public Clock withZone(ZoneId zone) { in withZone() method in Clock.FixedClock
701 public Clock withZone(ZoneId zone) { in withZone() method in Clock.OffsetClock
751 public Clock withZone(ZoneId zone) { in withZone() method in Clock.TickClock
809 public Clock withZone(ZoneId zone) { in withZone() method in Clock.SourceClock
DInstantSource.java250 default Clock withZone(ZoneId zone) { in withZone() method
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKClock.java96 public Clock withZone(ZoneId timeZone) { in withZone() method in TCKClock.MockInstantClock
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatter.java1645 public DateTimeFormatter withZone(ZoneId zone) { in withZone() method in DateTimeFormatter