Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneFormatTest.java174 TimeZone outtz = outcal.getTimeZone(); in TestTimeZoneRoundTrip() local
177 outtz.getOffset(DATES[datidx].getTime(), false, outOffsets); in TestTimeZoneRoundTrip()
182 if (!outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
183 if (outtz.getID().equals("Etc/Unknown")) { in TestTimeZoneRoundTrip()
190 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
196 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
201 if (!outtz.getID().equals(tzids[tzidx])) { in TestTimeZoneRoundTrip()
205 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
211 if (canonicalID != null && !outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
214 … if ((tz instanceof BasicTimeZone) && (outtz instanceof BasicTimeZone)) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java170 TimeZone outtz = outcal.getTimeZone(); in TestTimeZoneRoundTrip() local
173 outtz.getOffset(DATES[datidx].getTime(), false, outOffsets); in TestTimeZoneRoundTrip()
178 if (!outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
179 if (outtz.getID().equals("Etc/Unknown")) { in TestTimeZoneRoundTrip()
186 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
192 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
197 if (!outtz.getID().equals(tzids[tzidx])) { in TestTimeZoneRoundTrip()
201 + ", outtz=" + outtz.getID()); in TestTimeZoneRoundTrip()
207 if (canonicalID != null && !outtz.getID().equals(canonicalID)) { in TestTimeZoneRoundTrip()
210 … if ((tz instanceof BasicTimeZone) && (outtz instanceof BasicTimeZone)) { in TestTimeZoneRoundTrip()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp205 const TimeZone &outtz = outcal->getTimeZone(); in TestTimeZoneRoundTrip() local
207 outtz.getID(outtzid); in TestTimeZoneRoundTrip()
214 outtz.getOffset(DATES[datidx], false, outRaw, outDst, status); in TestTimeZoneRoundTrip()
263 …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()