Searched refs:rbtz3 (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 98 RuleBasedTimeZone rbtz3 = new RuleBasedTimeZone("RBTZ3", ir); in TestSimpleRuleBasedTimeZone() 102 rbtz3.addTransitionRule(atzr); in TestSimpleRuleBasedTimeZone() 106 rbtz3.addTransitionRule(atzr); in TestSimpleRuleBasedTimeZone() 118 if (!(stz.hasEquivalentTransitions(rbtz3, start, until))) { in TestSimpleRuleBasedTimeZone() 119 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 126 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone() 127 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
H A D | TimeZoneRuleTest.java | 96 RuleBasedTimeZone rbtz3 = new RuleBasedTimeZone("RBTZ3", ir); in TestSimpleRuleBasedTimeZone() 100 rbtz3.addTransitionRule(atzr); in TestSimpleRuleBasedTimeZone() 104 rbtz3.addTransitionRule(atzr); in TestSimpleRuleBasedTimeZone() 116 if (!(stz.hasEquivalentTransitions(rbtz3, start, until))) { in TestSimpleRuleBasedTimeZone() 117 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 124 if (rbtz1.hasSameRules(rbtz3)) { in TestSimpleRuleBasedTimeZone() 125 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzrulets.cpp | 219 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone()); in TestSimpleRuleBasedTimeZone() local 223 rbtz3->addTransitionRule(atzr, status); in TestSimpleRuleBasedTimeZone() 230 rbtz3->addTransitionRule(atzr, status); in TestSimpleRuleBasedTimeZone() 234 rbtz3->complete(status); in TestSimpleRuleBasedTimeZone() 255 if (!(stz.hasEquivalentTransitions(*rbtz3, start, until, true, status))) { in TestSimpleRuleBasedTimeZone() 256 errln("FAIL: rbtz3 must be equivalent to the SimpleTimeZone in the time range."); in TestSimpleRuleBasedTimeZone() 266 if (rbtz1->hasSameRules(*rbtz3)) { in TestSimpleRuleBasedTimeZone() 267 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true."); in TestSimpleRuleBasedTimeZone() 285 delete rbtz3; in TestSimpleRuleBasedTimeZone() 417 delete rbtz3; in TestSimpleRuleBasedTimeZone() [all...] |
Completed in 11 milliseconds