Searched defs:hijrahDate (Results 1 – 1 of 1) sorted by relevance
/external/threetenbp/src/test/java/org/threeten/bp/chrono/ |
D | TestHijrahChronology.java | 94 public void test_toLocalDate(ChronoLocalDate hijrahDate, LocalDate iso) { in test_toLocalDate() 99 public void test_fromCalendrical(ChronoLocalDate hijrahDate, LocalDate iso) { in test_fromCalendrical() 100 assertEquals(HijrahChronology.INSTANCE.date(iso), hijrahDate); in test_fromCalendrical() local 163 ChronoLocalDate hijrahDate = HijrahChronology.INSTANCE.date(1726, 1, 4); in test_adjust_toLocalDate() local 170 ChronoLocalDate hijrahDate = HijrahChronology.INSTANCE.date(1726, 1, 4); in test_adjust_toMonth() local 179 ChronoLocalDate hijrahDate = HijrahChronology.INSTANCE.date(1728, 10, 29); in test_LocalDate_adjustToHijrahDate() local 186 ChronoLocalDate hijrahDate = HijrahChronology.INSTANCE.date(1728, 10, 29); in test_LocalDateTime_adjustToHijrahDate() local 206 public void test_toString(ChronoLocalDate hijrahDate, String expected) { in test_toString()
|