Searched refs:mdate2 (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/chrono/ |
D | TCKThaiBuddhistChronology.java | 460 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()
|
D | TCKMinguoChronology.java | 499 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()
|
D | TCKJapaneseChronology.java | 626 JapaneseDate mdate2 = JapaneseDate.of(1971, 2, 2); in test_periodUntilDate() local 627 ChronoPeriod period = mdate1.until(mdate2); in test_periodUntilDate() 634 JapaneseDate mdate2 = JapaneseDate.of(1971, 2, 2); in test_periodUntilUnit() local 635 long months = mdate1.until(mdate2, ChronoUnit.MONTHS); in test_periodUntilUnit() 642 JapaneseDate mdate2 = JapaneseDate.of(1971, 2, 2); in test_periodUntilDiffChrono() local 643 MinguoDate ldate2 = MinguoChronology.INSTANCE.date(mdate2); in test_periodUntilDiffChrono()
|