HomeSort by relevance Sort by last modified time
    Searched refs:tz1 (Results 1 - 16 of 16) sorted by null

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
TimeZoneTest.java 25 TimeZone tz1 = TimeZone.getTimeZone("PST"); local
28 testEHCS(tz1, tz2, tzn);
206 TimeZone tz1 = TimeZone.getDefault(); local
207 String newCode = "PDT".equals(tz1.getID()) ? "CST" : "PDT";
211 assertNotEqual(tz1, result);
219 TimeZone tz1 = TimeZone.getTimeZone("PST"); local
221 assertTrue(tz1.hasSameRules(tz2));
  /external/python/dateutil/dateutil/test/
test_internals.py 89 tz1 = tz.tzstr("EST5EDT,5,4,0,7200,11,-3,0,7200")
94 assert tz1._start_delta != tz2._start_delta
95 assert tz1._end_delta != tz2._end_delta
test_tz.py 723 tz1 = tz.tzoffset.instance('EST', timedelta(hours=-5))
726 assert tz1 is not tz2
729 tz1 = tz.tzoffset('EST', timedelta(hours=-5))
732 assert tz1 is tz2
742 tz1 = tz.tzoffset(*args)
745 assert tz1 is tz2
750 tz1 = tz.tzlocal()
754 self.assertTrue(tz1 == tz2)
755 self.assertFalse(tz1 != tz2)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
TimeZoneRegressionTest.java 447 // tz1 and tz2 have no DST and different rule parameters
448 SimpleTimeZone tz1 = new SimpleTimeZone(0, "1", 0, 0, 0, 0, 2, 0, 0, 0); local
455 if (tz1.useDaylightTime() || tz2.useDaylightTime() ||
463 if (!tz1.hasSameRules(tz2)) {
465 errln("zone 1 = " + tz1);
    [all...]
TimeZoneTest.java 1433 SimpleTimeZone tz1 = new SimpleTimeZone( local
1853 TimeZone tz1 = TimeZone.getTimeZone(id); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 1000 TimeZone *tz1 = TimeZone::createTimeZone(zone1); local
1773 TimeZone* tz1 = TimeZone::createTimeZone(*id1); local
    [all...]
tzregts.cpp 555 // tz1 and tz2 have no DST and different rule parameters
556 SimpleTimeZone *tz1 = new SimpleTimeZone(0, "1", 0, 0, 0, 0, 2, 0, 0, 0, status); local
567 if (tz1->useDaylightTime() || tz2->useDaylightTime() ||
575 if (!tz1->hasSameRules(*tz2)) {
577 //errln("zone 1 = " + tz1);
581 delete tz1;
    [all...]
incaltst.cpp 164 int32_t tz1 = cal.get(UCAL_ZONE_OFFSET,status); local
166 if(tz1 != tz2) {
167 errln((UnicodeString)"cal's tz " + tz1 + " != grego's tz " + tz2);
    [all...]
tzrulets.cpp 52 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2,
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java     [all...]
TimeZoneRegressionTest.java 444 // tz1 and tz2 have no DST and different rule parameters
445 SimpleTimeZone tz1 = new SimpleTimeZone(0, "1", 0, 0, 0, 0, 2, 0, 0, 0); local
452 if (tz1.useDaylightTime() || tz2.useDaylightTime() ||
460 if (!tz1.hasSameRules(tz2)) {
462 errln("zone 1 = " + tz1);
    [all...]
TimeZoneTest.java 1430 SimpleTimeZone tz1 = new SimpleTimeZone( local
1850 TimeZone tz1 = TimeZone.getTimeZone(id); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 699 TimeZone tz1 = fmt.parse("America\/Los_Angeles"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 696 TimeZone tz1 = fmt.parse("America\/Los_Angeles"); local
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py 143 tz1 = _TZInfo()
144 dt1 = datetime(2014, 7, 21, 11, 32, 3, 0, tz1)
    [all...]

Completed in 286 milliseconds