Home
last modified time | relevance | path

Searched defs:tz1 (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DTimeZoneTest.java61 TimeZone tz1 = new Support_TimeZone(-5 * ONE_HOUR, true); in test_getDSTSavings() local
91 TimeZone tz1 = new Support_TimeZone(-5 * ONE_HOUR, true); in test_getOffset_long() local
/external/icu4c/test/intltest/
Dtztest.cpp1022 TimeZone *tz1 = TimeZone::createTimeZone(zone1); in TestShortZoneIDs() local
1773 TimeZone* tz1 = TimeZone::createTimeZone(*id1); in TestCountries() local
1876 SimpleTimeZone tz1(-3 * U_MILLIS_PER_HOUR, // raw offset: 3h before (west of) GMT in TestFebruary() local
Dincaltst.cpp164 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status); in quasiGregorianTest() local
Dtzregts.cpp554 SimpleTimeZone *tz1 = new SimpleTimeZone(0, "1", 0, 0, 0, 0, 2, 0, 0, 0, status); in Test4154537() local
Dtzrulets.cpp2524 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2, in hasEquivalentTransitions()