Home
last modified time | relevance | path

Searched refs:jdate1 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestJapaneseChronology.java183 JapaneseDate jdate1 = JapaneseDate.of(era, yearOfEra, month, dayOfMonth); in test_transitions() local
185 assertEquals(jdate1, jdate2); in test_transitions()