Home
last modified time | relevance | path

Searched refs:theDate (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtsdate.cpp148 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate() argument
162 date[0] = theDate; in tryDate()
163 fFormat->format(theDate, string[0]); in tryDate()
215 + " iterations for the Date " + string[0] + "\t(" + theDate + ")."); in tryDate()
Dcallimts.cpp60 UnicodeString theDate; in test() local
64 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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormat.java154 private void tryDate(Date theDate) { in tryDate() argument
165 if (i == 0) date[i] = theDate; in tryDate()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormat.java151 private void tryDate(Date theDate) { in tryDate() argument
162 if (i == 0) date[i] = theDate; in tryDate()