HomeSort by relevance Sort by last modified time
    Searched refs:mdate1 (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKMinguoChronology.java 498 MinguoDate mdate1 = MinguoDate.of(1970, 1, 1); local
500 ChronoPeriod period = mdate1.until(mdate2);
506 MinguoDate mdate1 = MinguoDate.of(1970, 1, 1); local
508 long months = mdate1.until(mdate2, ChronoUnit.MONTHS);
514 MinguoDate mdate1 = MinguoDate.of(1970, 1, 1); local
517 ChronoPeriod period = mdate1.until(ldate2);
    [all...]
TCKThaiBuddhistChronology.java 459 ThaiBuddhistDate mdate1 = ThaiBuddhistDate.of(1, 1, 1); local
461 ChronoPeriod period = mdate1.until(mdate2);
467 ThaiBuddhistDate mdate1 = ThaiBuddhistDate.of(1, 1, 1); local
469 long months = mdate1.until(mdate2, ChronoUnit.MONTHS);
475 ThaiBuddhistDate mdate1 = ThaiBuddhistDate.of(1, 1, 1); local
478 ChronoPeriod period = mdate1.until(ldate2);
    [all...]
TCKJapaneseChronology.java 617 JapaneseDate mdate1 = JapaneseDate.of(1970, 1, 1); local
619 ChronoPeriod period = mdate1.until(mdate2);
625 JapaneseDate mdate1 = JapaneseDate.of(1970, 1, 1); local
627 long months = mdate1.until(mdate2, ChronoUnit.MONTHS);
633 JapaneseDate mdate1 = JapaneseDate.of(1970, 1, 1); local
636 ChronoPeriod period = mdate1.until(ldate2);
    [all...]

Completed in 213 milliseconds