Searched refs:outtzid (Results 1 – 1 of 1) sorted by relevance
217 UnicodeString outtzid; in TestTimeZoneRoundTrip() local218 outtz.getID(outtzid); in TestTimeZoneRoundTrip()227 errln((UnicodeString)"Failed to get offsets from time zone" + outtzid); in TestTimeZoneRoundTrip()239 } else if (outtzid != canonicalID) { in TestTimeZoneRoundTrip()240 if (outtzid.compare(ETC_UNKNOWN, -1) == 0) { in TestTimeZoneRoundTrip()246 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()251 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()256 if (outtzid != *tzid) { in TestTimeZoneRoundTrip()260 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()272 } else if (outtzid != canonical) { in TestTimeZoneRoundTrip()[all …]