Home | History | Annotate | Download | only in intltest

Lines Matching defs:Expected

310         errln(UnicodeString("FAIL: Invalid time zone offset: ") + offset + " /expected: 0");
324 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
327 errln(UnicodeString("FAIL: Invalid DST amount: ") + dstSavings + " /expected: 3600000");
349 errln((UnicodeString)"FAIL: Invalid time zone offset: " + offset + " /expected: -3600000");
363 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
366 errln((UnicodeString)"FAIL: Invalid DST amount: " + dstSavings + " /expected: 0");
373 + offset + " /expected: -3600000");
1106 * the expected format.
1296 errln("FAIL: AnnualTimeZoneRule::getStartInYear did not work as expected");
1476 b1 = t3->getPreviousStart(time3, -3*HOUR, 1*HOUR, FALSE, d1); //time3 - year 1950, no result expected
2099 int32_t Expected[][8] = {
2145 if (offset != Expected[i][j]) {
2146 errln((UnicodeString)"FAIL: Invalid offset at time(" + times[j] + "):" + offset + " Expected:" + Expected[i][j]);
2172 + tzt.getTime() + " Expected: " + expectedNext);
2180 + tzt.getTime() + " Expected: " + expectedPrev);
2657 errln(UnicodeString("Fail: Wrong offsets: ") + raw + "/" + dst + " Expected: 21600000/0");