Home | History | Annotate | Download | only in intltest

Lines Matching refs:UnicodeString

32 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)""); test(); } break
64 virtual const UnicodeString *snext(UErrorCode& status);
99 const UnicodeString*
104 unistr = UnicodeString(TESTZIDS[idx++], "");
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");
372 errln((UnicodeString)"FAIL: Invalid time zone raw offset returned by getRawOffset: "
615 const UnicodeString *tzid = tzenum.snext(status);
650 const UnicodeString *tzid = tzenum.snext(status);
665 errln((UnicodeString)"FAIL: failed to get the TimeZoneRules from time zone " + *tzid);
669 errln((UnicodeString)"FAIL: failed to get the transition rule count from time zone " + *tzid);
674 errln((UnicodeString)"FAIL: failed to add a transition rule at index " + i + " to the RBTZ for " + *tzid);
679 errln((UnicodeString)"FAIL: complete() failed for the RBTZ for " + *tzid);
787 const UnicodeString *tzid = tzenum.snext(status);
800 UnicodeString vtzdata;
804 errln((UnicodeString)"FAIL: error returned while writing time zone rules for " +
810 errln((UnicodeString)"FAIL: error returned while reading VTIMEZONE data for " + *tzid);
813 UnicodeString vtzdata1;
816 errln((UnicodeString)"FAIL: error returned while writing time zone rules for " +
821 errln((UnicodeString)"FAIL: different VTIMEZONE data after round trip for " + *tzid);
887 const UnicodeString *tzid = tzenum.snext(status);
898 UnicodeString vtzdata;
905 errln((UnicodeString)"FAIL: error returned while writing time zone rules for " +
911 errln((UnicodeString)"FAIL: error returned while reading VTIMEZONE data for " + *tzid
983 const UnicodeString *tzid = tzenum.snext(status);
993 UnicodeString vtzdata;
1000 errln((UnicodeString)"FAIL: error returned while writing simple time zone rules for " +
1006 errln((UnicodeString)"FAIL: error returned while reading simple VTIMEZONE data for " + *tzid
1039 const UnicodeString TESTURL1("http://source.icu-project.org");
1040 const UnicodeString TESTURL2("http://www.ibm.com");
1043 UnicodeString tzurl;
1051 UnicodeString vtzdata;
1123 const UnicodeString *tzid = tzenum.snext(status);
1277 errln((UnicodeString)"FAIL: The start year of AnnualTimeZoneRule a1 must be 2000 - returned: " + startYear);
1283 errln((UnicodeString)"FAIL: The start year of AnnualTimeZoneRule a1 must be MAX_YEAR - returned: " + endYear);
1287 errln((UnicodeString)"FAIL: The start year of AnnualTimeZoneRule a3 must be 2010 - returned: " + endYear);
1544 errln((UnicodeString)"FAIL: countTransitionRules returned " + numTzRules);
1579 errln((UnicodeString)"FAIL: countTransitionRules returned " + numTzRules);
1622 UnicodeString TZID("Europe/Moscow");
1705 logln((UnicodeString)"OlsonTimeZone::hasSameRules(VTimeZone) should return FALSE always for now - actual: " + bSame);
1708 UnicodeString TZURL("http://icu-project.org/timezone");
1709 UnicodeString url;
1832 UnicodeString emptyData;
1841 UnicodeString asiaTokyoID("Asia/Tokyo");
1872 UnicodeString tzid;
1875 errln((UnicodeString)"FAIL: Invalid TZID: " + tzid);
1937 UnicodeString fooData2;
2092 /*static*/ const UnicodeString TestZones[] = {
2093 UnicodeString(tokyoTZ),
2094 UnicodeString(finalOverlap),
2095 UnicodeString(finalNonOverlap),
2096 UnicodeString()
2142 errln((UnicodeString)"FAIL: getOffset failed for time zone " + i + " at " + times[j]);
2146 errln((UnicodeString)"FAIL: Invalid offset at time(" + times[j] + "):" + offset + " Expected:" + Expected[i][j]);
2171 errln((UnicodeString)"FAIL: Wrong transition time returned by getNextTransition - "
2179 errln((UnicodeString)"FAIL: Wrong transition time returned by getPreviousTransition - "
2339 UnicodeString tzid;
2360 errln((UnicodeString)"FAIL: False transition returned by getNextTransition for "
2366 errln((UnicodeString)"FAIL: TO rule of the previous transition does not match FROM rule of this transtion at "
2393 errln((UnicodeString)"FAIL: False transition returned by getPreviousTransition for "
2400 errln((UnicodeString)"FAIL: TO rule of the next transition does not match FROM rule in this transtion at "
2414 UnicodeString zid1, zid2;
2443 errln((UnicodeString)"FAIL: " + zid1 + " does not have any transitions after "
2448 errln((UnicodeString)"FAIL: " + zid2 + " does not have any transitions after "
2453 errln((UnicodeString)"FAIL: First transition after " + dateToString(time) + " "
2471 UnicodeString zid1, zid2;
2500 errln((UnicodeString)"FAIL: " + zid1 + " does not have any transitions before "
2505 errln((UnicodeString)"FAIL: " + zid2 + " does not have any transitions before "
2510 errln((UnicodeString)"FAIL: Last transition before " + dateToString(time) + " "
2625 UnicodeString id("Ekaterinburg Time");
2626 UnicodeString stdName("Ekaterinburg Standard Time");
2627 UnicodeString dstName("Ekaterinburg Daylight Time");
2657 errln(UnicodeString("Fail: Wrong offsets: ") + raw + "/" + dst + " Expected: 21600000/0");