Searched refs:tempDate (Results 1 – 5 of 5) sorted by relevance
419 UDate tempDate = 0; in umsg_vformat() local422 tempDate = va_arg(ap, UDate); in umsg_vformat()423 args[i].setDate(tempDate); in umsg_vformat()
2053 Date tempDate = formatter.parse(temp); in TestDateFormatZone061() local2054 logln("Parsed to: " + tempDate); in TestDateFormatZone061()2055 if (!tempDate.equals(date)) in TestDateFormatZone061()2056 errln("FAIL: Expected " + date + " Got: " + tempDate); in TestDateFormatZone061()
2050 Date tempDate = formatter.parse(temp); in TestDateFormatZone061() local2051 logln("Parsed to: " + tempDate); in TestDateFormatZone061()2052 if (!tempDate.equals(date)) in TestDateFormatZone061()2053 errln("FAIL: Expected " + date + " Got: " + tempDate); in TestDateFormatZone061()
1231 UDate tempDate = formatter->parse(temp, status); in TestDateFormatZone061() local1232 logln((UnicodeString)"Parsed to: " + dateToString(tempDate)); in TestDateFormatZone061()1233 if (tempDate != date) errln((UnicodeString)"FAIL: Expected " + dateToString(date)); in TestDateFormatZone061()
META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...