Home | History | Annotate | Download | only in intltest

Lines Matching full:rbtz3

216     RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
220 rbtz3->addTransitionRule(atzr, status);
227 rbtz3->addTransitionRule(atzr, status);
231 rbtz3->complete(status);
252 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, TRUE, status))) {
253 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range.");
263 if (rbtz1->hasSameRules(*rbtz3)) {
264 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true.");
282 delete rbtz3;
418 delete rbtz3;