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.java175 TimeZone outtz = outcal.getTimeZone(); in TestTimeZoneRoundTrip() local
178 outtz.getOffset(DATES[datidx].getTime(), false, outOffsets); in TestTimeZoneRoundTrip()
183 if (!outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
184 if (outtz.getID().equals("Etc/Unknown")) { in TestTimeZoneRoundTrip()
191 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
197 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
202 if (!outtz.getID().equals(tzids[tzidx])) { in TestTimeZoneRoundTrip()
206 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
212 if (canonicalID != null && !outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
215 … if ((tz instanceof BasicTimeZone) && (outtz instanceof BasicTimeZone)) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java176 TimeZone outtz = outcal.getTimeZone(); in TestTimeZoneRoundTrip() local
179 outtz.getOffset(DATES[datidx].getTime(), false, outOffsets); in TestTimeZoneRoundTrip()
184 if (!outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
185 if (outtz.getID().equals("Etc/Unknown")) { in TestTimeZoneRoundTrip()
192 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
198 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
203 if (!outtz.getID().equals(tzids[tzidx])) { in TestTimeZoneRoundTrip()
207 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
213 if (canonicalID != null && !outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
216 … if ((tz instanceof BasicTimeZone) && (outtz instanceof BasicTimeZone)) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp210 const TimeZone &outtz = outcal->getTimeZone(); in TestTimeZoneRoundTrip() local
212 outtz.getID(outtzid); in TestTimeZoneRoundTrip()
219 outtz.getOffset(DATES[datidx], false, outRaw, outDst, status); in TestTimeZoneRoundTrip()
268 …if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, stat… in TestTimeZoneRoundTrip()
999 const TimeZone& outtz = outcal->getTimeZone(); in TestISOFormat() local
1000 int32_t outOffset = outtz.getRawOffset(); in TestISOFormat()