Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/chrono/
DTCKChronoPeriod.java166 ChronoPeriod period2 = chrono.period(2, 3, 4); in test_plus() local
167 ChronoPeriod result = period.plus(period2); in test_plus()
184 ChronoPeriod period2 = chrono.period(2, 3, 4); in test_minus() local
185 ChronoPeriod result = period.minus(period2); in test_minus()