Home | History | Annotate | Download | only in intltest

Lines Matching refs:tempDate

1215         UDate tempDate = formatter->parse(temp, status);
1216 logln((UnicodeString)"Parsed to: " + dateToString(tempDate));
1217 if (tempDate != date) errln((UnicodeString)"FAIL: Expected " + dateToString(date));