Home | History | Annotate | Download | only in intltest

Lines Matching refs:Expected

309         errln(UnicodeString("FAIL: Invalid time zone offset: ") + offset + " /expected: 0");
323 errln(UnicodeString("FAIL: Invalid time zone raw offset: ") + offset + " /expected: -3600000");
326 errln(UnicodeString("FAIL: Invalid DST amount: ") + dstSavings + " /expected: 3600000");
348 errln((UnicodeString)"FAIL: Invalid time zone offset: " + offset + " /expected: -3600000");
362 errln((UnicodeString)"FAIL: Invalid time zone raw offset: " + offset + " /expected: -3600000");
365 errln((UnicodeString)"FAIL: Invalid DST amount: " + dstSavings + " /expected: 0");
372 + offset + " /expected: -3600000");
1105 * the expected format.
1295 errln("FAIL: AnnualTimeZoneRule::getStartInYear did not work as expected");
1475 b1 = t3->getPreviousStart(time3, -3*HOUR, 1*HOUR, FALSE, d1); //time3 - year 1950, no result expected
2098 int32_t Expected[][8] = {
2144 if (offset != Expected[i][j]) {
2145 errln((UnicodeString)"FAIL: Invalid offset at time(" + times[j] + "):" + offset + " Expected:" + Expected[i][j]);
2171 + tzt.getTime() + " Expected: " + expectedNext);
2179 + tzt.getTime() + " Expected: " + expectedPrev);