Searched refs:rbtz2 (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java80 RuleBasedTimeZone rbtz2 = new RuleBasedTimeZone("RBTZ2", ir);
84 rbtz2.addTransitionRule(atzr);
88 rbtz2.addTransitionRule(atzr);
108 if (!(stz.hasEquivalentTransitions(rbtz2, start, until))) {
109 errln("FAIL: rbtz2 must be equivalent to the SimpleTimeZone in the time range.");
116 if (rbtz1.hasSameRules(rbtz2)) {
117 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true.");
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp195 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone()); local
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;
[all...]

Completed in 81 milliseconds