Searched refs:ym2 (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKYearMonth.java | 1249 …public void test_until_TemporalUnit(YearMonth ym1, YearMonth ym2, TemporalUnit unit, long expected… in test_until_TemporalUnit() argument 1250 long amount = ym1.until(ym2, unit); in test_until_TemporalUnit() 1255 …public void test_until_TemporalUnit_negated(YearMonth ym1, YearMonth ym2, TemporalUnit unit, long … in test_until_TemporalUnit_negated() argument 1256 long amount = ym2.until(ym1, unit); in test_until_TemporalUnit_negated() 1261 …public void test_until_TemporalUnit_between(YearMonth ym1, YearMonth ym2, TemporalUnit unit, long … in test_until_TemporalUnit_between() argument 1262 long amount = unit.between(ym1, ym2); in test_until_TemporalUnit_between()
|