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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDataDrivenFormatTest.java187 Date gotDate = cal.getTime();
188 if(gotDate.equals(fromDate)) {
192 basicFmt.format(gotDate) + " - " + gotDate + " expected " +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenFormatTest.java184 Date gotDate = cal.getTime();
185 if(gotDate.equals(fromDate)) {
189 basicFmt.format(gotDate) + " - " + gotDate + " expected " +
/external/icu/icu4c/source/test/intltest/
H A Ddadrfmt.cpp282 UDate gotDate = cal->getTime(status); local
287 if(gotDate == fromDate) {
288 logln(caseString+": parse: SUCCESS! "+UnicodeString("gotDate=parseDate=")+expectStr);
292 basicFmt.format(gotDate,gotDateStr);

Completed in 101 milliseconds