Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DClock.java377 public abstract Clock withZone(ZoneId zone); in withZone() method in Clock
459 public Clock withZone(ZoneId zone) { in withZone() method in Clock.SystemClock
509 public Clock withZone(ZoneId zone) { in withZone() method in Clock.FixedClock
559 public Clock withZone(ZoneId zone) { in withZone() method in Clock.OffsetClock
609 public Clock withZone(ZoneId zone) { in withZone() method in Clock.TickClock
/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.java1545 public DateTimeFormatter withZone(ZoneId zone) { in withZone() method in DateTimeFormatter