HomeSort by relevance Sort by last modified time
    Searched defs:withZone (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/java/time/
Clock.java 377 public abstract Clock withZone(ZoneId zone);
459 public Clock withZone(ZoneId zone) {
509 public Clock withZone(ZoneId zone) {
559 public Clock withZone(ZoneId zone) {
563 return new OffsetClock(baseClock.withZone(zone), offset);
609 public Clock withZone(ZoneId zone) {
613 return new TickClock(baseClock.withZone(zone), tickNanos);
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock.java 96 public Clock withZone(ZoneId timeZone) {
128 Clock changed = MOCK_INSTANT.withZone(london);
TCKClock_Offset.java 113 Clock changed = test.withZone(MOSCOW);
120 Clock changed = test.withZone(PARIS);
126 Clock.offset(Clock.system(PARIS), OFFSET).withZone(null);
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatter.java 138 * The {@link #withZone withZone} method returns a new formatter that overrides
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 

Completed in 100 milliseconds