Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dfdlibm.h155 extern double y1 __P((double));
/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
527 LocalDate start = LocalDate.of(y1, m1, d1); 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…
1867 LocalDate start = LocalDate.of(y1, m1, d1);