Searched refs:theDate (Results 1 – 4 of 4) sorted by relevance
148 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate() argument162 date[0] = theDate; in tryDate()163 fFormat->format(theDate, string[0]); in tryDate()215 + " iterations for the Date " + string[0] + "\t(" + theDate + ")."); in tryDate()
60 UnicodeString theDate; in test() local64 fmt->format(millis, theDate); in test()65 UDate dt = fmt->parse(theDate, status); in test()70 logln(UnicodeString(" ") + theDate + " " + CalendarTest::calToStr(*cal)); in test()73 logln(UnicodeString(" ") + theDate); in test()
154 private void tryDate(Date theDate) { in tryDate() argument165 if (i == 0) date[i] = theDate; in tryDate()
151 private void tryDate(Date theDate) { in tryDate() argument162 if (i == 0) date[i] = theDate; in tryDate()