Home | History | Annotate | Download | only in intltest

Lines Matching refs:exp

471     GregorianCalendar *exp = new GregorianCalendar(1997, 3, 1, 0, 0, 0, status);
472 if (cd != exp->getTime(status))
473 errln(UnicodeString("Fail: Calendar::set broken. Got ") + cd + " Want " + exp->getTime(status));
476 delete exp;
1116 UDate exp = DISAM_date[i/4];
1125 "-DOW" + dow + " expect:" + sdf.format(exp, str) +
1127 if (got != exp) {
1130 testCal->setTime(exp, status);
1144 "-DOW" + dow + " expect:" + sdf.format(exp, str) +
1146 if (got != exp) {
1200 logln(UnicodeString(" exp:") + sdf.format(after, str) + " FAIL");
1217 logln(UnicodeString(" exp:") + sdf.format(before, str) + " FAIL");
2346 fmt.format(date22, t.remove()) + ", exp " +