Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java179 TimeZone outtz = outcal.getTimeZone(); in TestTimeZoneRoundTrip() local
182 outtz.getOffset(DATES[datidx].getTime(), false, outOffsets); in TestTimeZoneRoundTrip()
187 if (!outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
188 if (outtz.getID().equals("Etc/Unknown")) { in TestTimeZoneRoundTrip()
195 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
201 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
206 if (!outtz.getID().equals(tzids[tzidx])) { in TestTimeZoneRoundTrip()
210 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
216 if (canonicalID != null && !outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
219 … if ((tz instanceof BasicTimeZone) && (outtz instanceof BasicTimeZone)) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java182 TimeZone outtz = outcal.getTimeZone(); in TestTimeZoneRoundTrip() local
185 outtz.getOffset(DATES[datidx].getTime(), false, outOffsets); in TestTimeZoneRoundTrip()
190 if (!outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
191 if (outtz.getID().equals("Etc/Unknown")) { in TestTimeZoneRoundTrip()
198 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
204 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
209 if (!outtz.getID().equals(tzids[tzidx])) { in TestTimeZoneRoundTrip()
213 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
219 if (canonicalID != null && !outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
222 … if ((tz instanceof BasicTimeZone) && (outtz instanceof BasicTimeZone)) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp214 const TimeZone &outtz = outcal->getTimeZone(); in TestTimeZoneRoundTrip() local
216 outtz.getID(outtzid); in TestTimeZoneRoundTrip()
223 outtz.getOffset(DATES[datidx], false, outRaw, outDst, status); in TestTimeZoneRoundTrip()
272 …if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, stat… in TestTimeZoneRoundTrip()
1007 const TimeZone& outtz = outcal->getTimeZone(); in TestISOFormat() local
1008 int32_t outOffset = outtz.getRawOffset(); in TestISOFormat()