Searched refs:y1 (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | fdlibm.h | 155 extern double y1 __P((double));
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKPeriod.java | 526 …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()
|
D | TCKLocalDate.java | 1866 …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);
|