HomeSort by relevance Sort by last modified time
    Searched refs:gotDate (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenFormatTest.java 176 Date gotDate = cal.getTime();
177 if(gotDate.equals(fromDate)) {
181 basicFmt.format(gotDate) + " - " + gotDate + " expected " +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenFormatTest.java 172 Date gotDate = cal.getTime();
173 if(gotDate.equals(fromDate)) {
177 basicFmt.format(gotDate) + " - " + gotDate + " expected " +
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PKIX.java 82 private boolean gotDate;
150 if (!gotDate) {
154 gotDate = true;
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 280 UDate gotDate = cal->getTime(status);
285 if(gotDate == fromDate) {
286 logln(caseString+": parse: SUCCESS! "+UnicodeString("gotDate=parseDate=")+expectStr);
290 basicFmt.format(gotDate,gotDateStr);

Completed in 275 milliseconds