Searched refs:outtzid (Results 1 – 1 of 1) sorted by relevance
215 UnicodeString outtzid; in TestTimeZoneRoundTrip() local216 outtz.getID(outtzid); in TestTimeZoneRoundTrip()225 errln((UnicodeString)"Failed to get offsets from time zone" + outtzid); in TestTimeZoneRoundTrip()237 } else if (outtzid != canonicalID) { in TestTimeZoneRoundTrip()238 if (outtzid.compare(ETC_UNKNOWN, -1) == 0) { in TestTimeZoneRoundTrip()244 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()249 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()254 if (outtzid != *tzid) { in TestTimeZoneRoundTrip()258 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()270 } else if (outtzid != canonical) { in TestTimeZoneRoundTrip()[all …]