D | TimeTest.java | 56 public int day1; field in TimeTest.DateTest 70 public DateTest(int year1, int month1, int day1, int hour1, int minute1, int dst1, in DateTest() argument 75 this.day1 = day1; in DateTest() 88 public DateTest(int year1, int month1, int day1, int hour1, int minute1, in DateTest() argument 92 this.day1 = day1; in DateTest() 195 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1() 212 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1() 234 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1() 255 local.set(0, test.minute1, test.hour1, test.day1, test.month1, test.year1); in testNormalize1()
|