Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKThaiBuddhistChronology.java460 ThaiBuddhistDate mdate2 = ThaiBuddhistDate.of(2, 2, 2); in test_periodUntilDate() local
461 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate()
468 ThaiBuddhistDate mdate2 = ThaiBuddhistDate.of(2, 2, 2); in test_periodUntilUnit() local
469 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit()
476 ThaiBuddhistDate mdate2 = ThaiBuddhistDate.of(2, 2, 2); in test_periodUntilDiffChrono() local
477 MinguoDate ldate2 = MinguoChronology.INSTANCE.date(mdate2); in test_periodUntilDiffChrono()
DTCKMinguoChronology.java499 MinguoDate mdate2 = MinguoDate.of(1971, 2, 2); in test_periodUntilDate() local
500 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate()
507 MinguoDate mdate2 = MinguoDate.of(1971, 2, 2); in test_periodUntilUnit() local
508 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit()
515 MinguoDate mdate2 = MinguoDate.of(1971, 2, 2); in test_periodUntilDiffChrono() local
516 ThaiBuddhistDate ldate2 = ThaiBuddhistChronology.INSTANCE.date(mdate2); in test_periodUntilDiffChrono()
DTCKJapaneseChronology.java633 JapaneseDate mdate2 = JapaneseDate.of(1971, 2, 2); in test_periodUntilDate() local
634 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate()
641 JapaneseDate mdate2 = JapaneseDate.of(1971, 2, 2); in test_periodUntilUnit() local
642 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit()
649 JapaneseDate mdate2 = JapaneseDate.of(1971, 2, 2); in test_periodUntilDiffChrono() local
650 MinguoDate ldate2 = MinguoChronology.INSTANCE.date(mdate2); in test_periodUntilDiffChrono()