Searched refs:hdt (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/java/time/test/java/time/chrono/ |
D | TestUmmAlQuraChronology.java | 461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local 462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate() 463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate() 464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate() 465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate() 466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate() 467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate() 469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
|
D | TestExampleCode.java | 171 ChronoLocalDateTime<HijrahDate> hdt = hd2.atTime(LocalTime.MIDNIGHT); in HijrahExample1() local 172 ChronoZonedDateTime<HijrahDate> zhdt = hdt.atZone(ZoneId.of("GMT")); in HijrahExample1()
|
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKMinguoChronology.java | 209 ChronoLocalDateTime<MinguoDate> hdt = hd.atTime(LocalTime.NOON); in test_MinguoDate() local 211 ChronoZonedDateTime<MinguoDate> hzdt = hdt.atZone(zo); in test_MinguoDate() 212 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_MinguoDate() 213 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_MinguoDate() 214 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_MinguoDate() 215 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_MinguoDate() 216 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_MinguoDate() 217 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_MinguoDate() 218 hdt = hdt.plus(1, ChronoUnit.NANOS); in test_MinguoDate()
|