Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKThaiBuddhistChronology.java459 ThaiBuddhistDate mdate1 = ThaiBuddhistDate.of(1, 1, 1); in test_periodUntilDate() local
461 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate()
467 ThaiBuddhistDate mdate1 = ThaiBuddhistDate.of(1, 1, 1); in test_periodUntilUnit() local
469 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit()
475 ThaiBuddhistDate mdate1 = ThaiBuddhistDate.of(1, 1, 1); in test_periodUntilDiffChrono() local
478 ChronoPeriod period = mdate1.until(ldate2); in test_periodUntilDiffChrono()
DTCKMinguoChronology.java498 MinguoDate mdate1 = MinguoDate.of(1970, 1, 1); in test_periodUntilDate() local
500 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate()
506 MinguoDate mdate1 = MinguoDate.of(1970, 1, 1); in test_periodUntilUnit() local
508 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit()
514 MinguoDate mdate1 = MinguoDate.of(1970, 1, 1); in test_periodUntilDiffChrono() local
517 ChronoPeriod period = mdate1.until(ldate2); in test_periodUntilDiffChrono()
DTCKJapaneseChronology.java632 JapaneseDate mdate1 = JapaneseDate.of(1970, 1, 1); in test_periodUntilDate() local
634 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate()
640 JapaneseDate mdate1 = JapaneseDate.of(1970, 1, 1); in test_periodUntilUnit() local
642 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit()
648 JapaneseDate mdate1 = JapaneseDate.of(1970, 1, 1); in test_periodUntilDiffChrono() local
651 ChronoPeriod period = mdate1.until(ldate2); in test_periodUntilDiffChrono()