Searched refs:tempDate (Results 1 – 5 of 5) sorted by relevance
421 UDate tempDate = 0; in umsg_vformat() local424 tempDate = va_arg(ap, UDate); in umsg_vformat()425 args[i].setDate(tempDate); in umsg_vformat()
1959 Date tempDate = formatter.parse(temp); in TestDateFormatZone061() local1960 logln("Parsed to: " + tempDate); in TestDateFormatZone061()1961 if (!tempDate.equals(date)) in TestDateFormatZone061()1962 errln("FAIL: Expected " + date + " Got: " + tempDate); in TestDateFormatZone061()
1958 Date tempDate = formatter.parse(temp); in TestDateFormatZone061() local1959 logln("Parsed to: " + tempDate); in TestDateFormatZone061()1960 if (!tempDate.equals(date)) in TestDateFormatZone061()1961 errln("FAIL: Expected " + date + " Got: " + tempDate); in TestDateFormatZone061()
1228 UDate tempDate = formatter->parse(temp, status); in TestDateFormatZone061() local1229 logln((UnicodeString)"Parsed to: " + dateToString(tempDate)); in TestDateFormatZone061()1230 if (tempDate != date) errln((UnicodeString)"FAIL: Expected " + dateToString(date)); in TestDateFormatZone061()
META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...