Home | History | Annotate | Download | only in intltest

Lines Matching defs:Expected

308         errln(UnicodeString("FAIL: Invalid time zone offset: ") + offset + " /expected: 0");
322 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
325 errln(UnicodeString("FAIL: Invalid DST amount: ") + dstSavings + " /expected: 3600000");
347 errln((UnicodeString)"FAIL: Invalid time zone offset: " + offset + " /expected: -3600000");
361 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
364 errln((UnicodeString)"FAIL: Invalid DST amount: " + dstSavings + " /expected: 0");
371 + offset + " /expected: -3600000");
1104 * the expected format.
1294 errln("FAIL: AnnualTimeZoneRule::getStartInYear did not work as expected");
1474 b1 = t3->getPreviousStart(time3, -3*HOUR, 1*HOUR, FALSE, d1); //time3 - year 1950, no result expected
2097 int32_t Expected[][8] = {
2143 if (offset != Expected[i][j]) {
2144 errln((UnicodeString)"FAIL: Invalid offset at time(" + times[j] + "):" + offset + " Expected:" + Expected[i][j]);
2170 + tzt.getTime() + " Expected: " + expectedNext);
2178 + tzt.getTime() + " Expected: " + expectedPrev);
2655 errln(UnicodeString("Fail: Wrong offsets: ") + raw + "/" + dst + " Expected: 21600000/0");