Home
last modified time | relevance | path

Searched refs:outtzid (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp206 UnicodeString outtzid; in TestTimeZoneRoundTrip() local
207 outtz.getID(outtzid); in TestTimeZoneRoundTrip()
216 errln((UnicodeString)"Failed to get offsets from time zone" + outtzid); in TestTimeZoneRoundTrip()
228 } else if (outtzid != canonicalID) { in TestTimeZoneRoundTrip()
229 if (outtzid.compare(ETC_UNKNOWN, -1) == 0) { in TestTimeZoneRoundTrip()
235 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()
240 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()
245 if (outtzid != *tzid) { in TestTimeZoneRoundTrip()
249 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()
261 } else if (outtzid != canonical) { in TestTimeZoneRoundTrip()
[all …]