HomeSort by relevance Sort by last modified time
    Searched refs:odt (Results 1 - 10 of 10) sorted by null

  /libcore/ojluni/src/test/java/time/test/java/util/
TestFormatter.java 201 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); local
202 test(fmtStr, locale, expected, odt);
203 test(fmtStr, locale, expected, odt.toOffsetTime());
231 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); local
232 test(fmtStr, locale, expected, odt);
233 test(fmtStr, locale, expected, odt.toOffsetTime());
251 OffsetDateTime odt = ((ZonedDateTime)zdt).toOffsetDateTime(); local
252 test(fmtStr, locale, expected, odt);
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKOffsetPrinterParser.java 318 OffsetDateTime odt = OffsetDateTime.of(ldt, offset); local
323 assertEquals(f.format(odt), expected);
330 assertEquals(f.format(odt), expected);
336 assertEquals(f.format(odt), expected);
344 assertEquals(f.format(odt), expected);
TCKDateTimeFormatter.java 283 OffsetDateTime odt = OffsetDateTime.of(LocalDateTime.of(2008, 6, 30, 11, 30), OFFSET_PONE); local
294 {null, null, odt, "2008:11:+01:00::ISO"},
304 {IsoChronology.INSTANCE, null, odt, "2008:11:+01:00::ISO"},
314 {null, ZONE_PARIS, odt, "2008:12:+02:00:Europe/Paris:ISO"},
324 {null, OFFSET_PTHREE, odt, "2008:13:+03:00:+03:00:ISO"},
334 {ThaiBuddhistChronology.INSTANCE, null, odt, "2551:11:+01:00::ThaiBuddhist"},
344 {ThaiBuddhistChronology.INSTANCE, ZONE_PARIS, odt, "2551:12:+02:00:Europe/Paris:ThaiBuddhist"},
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKZonedDateTime.java     [all...]
TCKOffsetDateTime.java     [all...]
  /libcore/ojluni/src/main/java/java/time/
ZonedDateTime.java 1231 OffsetDateTime odt = (OffsetDateTime) adjuster; local
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/
TCKZoneRules.java 470 ZonedDateTime odt = ZonedDateTime.ofInstant(last.getInstant(), last.getOffsetAfter()); local
471 odt = odt.withDayOfYear(1).plusYears(1).with(LocalTime.MIDNIGHT);
472 assertEquals(test.previousTransition(odt.toInstant()), last);
    [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 1791 milliseconds