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

/libcore/ojluni/src/main/native/
H A Dfdlibm.h155 extern double y1 __P((double));
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKPeriod.java526 public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int me, int de) { argument
527 LocalDate start = LocalDate.of(y1, m1, d1);
H A DTCKLocalDate.java1866 public void test_periodUntil_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int me, int de) { argument
1867 LocalDate start = LocalDate.of(y1, m1, d1);

Completed in 49 milliseconds