Home | History | Annotate | Download | only in intltest

Lines Matching refs:rbtz2

195     RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
199 rbtz2->addTransitionRule(atzr, status);
206 rbtz2->addTransitionRule(atzr, status);
210 rbtz2->complete(status);
246 if (!(stz.hasEquivalentTransitions(*rbtz2, start, until, TRUE, status))) {
247 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range.");
260 if (rbtz1->hasSameRules(*rbtz2)) {
261 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true.");
281 delete rbtz2;
417 delete rbtz2;