OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbtz2
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java
84
RuleBasedTimeZone
rbtz2
= new RuleBasedTimeZone("
RBTZ2
", ir);
local
88
rbtz2
.addTransitionRule(atzr);
92
rbtz2
.addTransitionRule(atzr);
112
if (!(stz.hasEquivalentTransitions(
rbtz2
, start, until))) {
113
errln("FAIL:
rbtz2
must be equivalent to the SimpleTimeZone in the time range.");
120
if (rbtz1.hasSameRules(
rbtz2
)) {
121
errln("FAIL: rbtz1 and
rbtz2
have different rules, but returned true.");
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java
80
RuleBasedTimeZone
rbtz2
= new RuleBasedTimeZone("
RBTZ2
", ir);
local
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.");
[
all
...]
/external/icu/icu4c/source/test/intltest/
tzrulets.cpp
195
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
;
[
all
...]
Completed in 61 milliseconds