Home
last modified time | relevance | path

Searched refs:fulldate (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ddtfmrgts.cpp435 DateFormat *shortdate, *fulldate; in Test4065240() local
455 fulldate = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); in Test4065240()
456 if (fulldate == NULL){ in Test4065240()
466 fulldate->format(curDate, temp2); in Test4065240()
497 delete fulldate; in Test4065240()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTest.java297 DateFormat shortdate, fulldate; in Test4065240() local
313 fulldate = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG); in Test4065240()
319 String temp2 = fulldate.format(curDate); in Test4065240()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTest.java301 DateFormat shortdate, fulldate; in Test4065240() local
317 fulldate = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG); in Test4065240()
323 String temp2 = fulldate.format(curDate); in Test4065240()