OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbtz3
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java
95
RuleBasedTimeZone
rbtz3
= new RuleBasedTimeZone("
RBTZ3
", ir);
local
99
rbtz3
.addTransitionRule(atzr);
103
rbtz3
.addTransitionRule(atzr);
115
if (!(stz.hasEquivalentTransitions(
rbtz3
, start, until))) {
116
errln("FAIL:
rbtz3
must be equivalent to the SimpleTimeZone in the time range.");
123
if (rbtz1.hasSameRules(
rbtz3
)) {
124
errln("FAIL: rbtz1 and
rbtz3
have different rules, but returned true.");
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java
91
RuleBasedTimeZone
rbtz3
= new RuleBasedTimeZone("
RBTZ3
", ir);
local
95
rbtz3
.addTransitionRule(atzr);
99
rbtz3
.addTransitionRule(atzr);
111
if (!(stz.hasEquivalentTransitions(
rbtz3
, start, until))) {
112
errln("FAIL:
rbtz3
must be equivalent to the SimpleTimeZone in the time range.");
119
if (rbtz1.hasSameRules(
rbtz3
)) {
120
errln("FAIL: rbtz1 and
rbtz3
have different rules, but returned true.");
[
all
...]
/external/icu/icu4c/source/test/intltest/
tzrulets.cpp
216
RuleBasedTimeZone *
rbtz3
= new RuleBasedTimeZone("
RBTZ3
", ir->clone());
local
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
;
[
all
...]
Completed in 36 milliseconds