Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenFormatTest.java184 Date gotDate = cal.getTime(); in testConvertDate() local
185 if(gotDate.equals(fromDate)) { in testConvertDate()
189 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenFormatTest.java185 Date gotDate = cal.getTime(); in testConvertDate() local
186 if(gotDate.equals(fromDate)) { in testConvertDate()
190 basicFmt.format(gotDate) + " - " + gotDate + " expected " + in testConvertDate()
/external/icu/icu4c/source/test/intltest/
Ddadrfmt.cpp282 UDate gotDate = cal->getTime(status); in testConvertDate() local
287 if(gotDate == fromDate) { in testConvertDate()
292 basicFmt.format(gotDate,gotDateStr); in testConvertDate()