Searched defs:tz2 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dincaltst.cpp165 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status); local
166 if(tz1 != tz2) {
167 errln((UnicodeString)"cal's tz " + tz1 + " != grego's tz " + tz2);
H A Dtzregts.cpp553 // tz1 and tz2 have no DST and different rule parameters
555 SimpleTimeZone *tz2 = new SimpleTimeZone(0, "2", 1, 0, 0, 0, 3, 0, 0, 0, status); local
565 if (tz1->useDaylightTime() || tz2->useDaylightTime() ||
573 if (!tz1->hasSameRules(*tz2)) {
576 //errln("zone 2 = " + tz2);
580 delete tz2;
H A Dtzrulets.cpp51 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2,
2525 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2, argument
2532 if (tz1.hasSameRules(tz2)) {
2541 tz2.getOffset(start, FALSE, raw2, dst2, status);
2561 UBool avail2 = tz2.getNextTransition(time, FALSE, tr2);
2582 tz2.getNextTransition(tr2.getTime(), FALSE, tr2);
H A Dtztest.cpp1000 TimeZone *tz2 = TimeZone::createTimeZone(zone2); local
1005 if (!tz2) {
1009 if (tz1 && tz2) {
1011 tz2->setID(tz1->getID(itsID));
1013 if (*tz1 != *tz2) {
1023 delete tz2;
1756 TimeZone* tz2 = TimeZone::createTimeZone(*id2); local
1757 if(tz1->hasSameRules(*tz2)){
1760 delete tz2;
1868 SimpleTimeZone tz2(
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp162 int32_t tz2 = grego -> get (UCAL_ZONE_OFFSET, status); local
163 if(tz1 != tz2) {
164 errln((UnicodeString)"cal's tz " + tz1 + " != grego's tz " + tz2);
H A Dtzregts.cpp553 // tz1 and tz2 have no DST and different rule parameters
555 SimpleTimeZone *tz2 = new SimpleTimeZone(0, "2", 1, 0, 0, 0, 3, 0, 0, 0, status); local
565 if (tz1->useDaylightTime() || tz2->useDaylightTime() ||
573 if (!tz1->hasSameRules(*tz2)) {
576 //errln("zone 2 = " + tz2);
580 delete tz2;
H A Dtzrulets.cpp49 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2,
2523 static UBool hasEquivalentTransitions(/*const*/ BasicTimeZone& tz1, /*const*/BasicTimeZone& tz2, argument
2530 if (tz1.hasSameRules(tz2)) {
2539 tz2.getOffset(start, FALSE, raw2, dst2, status);
2559 UBool avail2 = tz2.getNextTransition(time, FALSE, tr2);
2580 tz2.getNextTransition(tr2.getTime(), FALSE, tr2);
H A Dtztest.cpp991 TimeZone *tz2 = TimeZone::createTimeZone(zone2); local
996 if (!tz2) {
1000 if (tz1 && tz2) {
1002 tz2->setID(tz1->getID(itsID));
1004 if (*tz1 != *tz2) {
1014 delete tz2;
1747 TimeZone* tz2 = TimeZone::createTimeZone(*id2); local
1748 if(tz1->hasSameRules(*tz2)){
1751 delete tz2;
1859 SimpleTimeZone tz2(
[all...]

Completed in 159 milliseconds