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()
1962 Date tempDate = formatter.parse(temp); in TestDateFormatZone061() local1963 logln("Parsed to: " + tempDate); in TestDateFormatZone061()1964 if (!tempDate.equals(date)) in TestDateFormatZone061()1965 errln("FAIL: Expected " + date + " Got: " + tempDate); in TestDateFormatZone061()
1965 Date tempDate = formatter.parse(temp); in TestDateFormatZone061() local1966 logln("Parsed to: " + tempDate); in TestDateFormatZone061()1967 if (!tempDate.equals(date)) in TestDateFormatZone061()1968 errln("FAIL: Expected " + date + " Got: " + tempDate); in TestDateFormatZone061()
1229 UDate tempDate = formatter->parse(temp, status); in TestDateFormatZone061() local1230 logln((UnicodeString)"Parsed to: " + dateToString(tempDate)); in TestDateFormatZone061()1231 if (tempDate != date) errln((UnicodeString)"FAIL: Expected " + dateToString(date)); in TestDateFormatZone061()
META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...