Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKPeriod.java526 …public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int … in factory_between_LocalDate() argument
528 LocalDate end = LocalDate.of(y2, m2, d2); in factory_between_LocalDate()
DTCKLocalDate.java1866 …public void test_periodUntil_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int…
1868 LocalDate end = LocalDate.of(y2, m2, d2);