HomeSort by relevance Sort by last modified time
    Searched full:gotdate (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
dadrfmt.cpp 260 UDate gotDate = cal->getTime(status);
265 if(gotDate == fromDate) {
266 logln(caseString+": parse: SUCCESS! "+UnicodeString("gotDate=parseDate=")+expectStr);
270 basicFmt.format(gotDate,gotDateStr);
  /external/icu4c/test/cintltst/
cdtrgtst.c 132 UChar *gotdate, *expdate; local
181 gotdate=myFormatit(def, got);
184 if (gotdate == NULL || expdate == NULL) {
187 else if(u_strcmp(gotdate, expdate) !=0){
189 austrdup(gotdate), austrdup(expdate) );

Completed in 471 milliseconds