Home | History | Annotate | Download | only in intltest

Lines Matching defs:date2

3317     UDate date2 = is_cal->getTime(status);
3319 if(date2 != date) {
3320 errln("before(%f) and after(%f) dates don't match up!",date, date2);