Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp211 UnicodeString outtzid; in TestTimeZoneRoundTrip() local
212 outtz.getID(outtzid); in TestTimeZoneRoundTrip()
221 errln((UnicodeString)"Failed to get offsets from time zone" + outtzid); in TestTimeZoneRoundTrip()
233 } else if (outtzid != canonicalID) { in TestTimeZoneRoundTrip()
234 if (outtzid.compare(ETC_UNKNOWN, -1) == 0) { in TestTimeZoneRoundTrip()
240 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()
245 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()
250 if (outtzid != *tzid) { in TestTimeZoneRoundTrip()
254 + ", outtz=" + outtzid); in TestTimeZoneRoundTrip()
266 } else if (outtzid != canonical) { in TestTimeZoneRoundTrip()
[all …]