OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rbPT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzoffloc.cpp
146
RuleBasedTimeZone *
rbPT
= new RuleBasedTimeZone("Rule based Pacific Time", ir);
157
rbPT
->addTransitionRule(atzr, status);
159
errln("Could not add DST start rule to the RuleBasedTimeZone
rbPT
");
168
rbPT
->addTransitionRule(atzr, status);
170
errln("Could not add STD start rule to the RuleBasedTimeZone
rbPT
");
174
rbPT
->complete(status);
176
errln("complete() failed for RuleBasedTimeZone
rbPT
");
180
TESTZONES[2] =
rbPT
;
/external/icu4c/test/intltest/
tzoffloc.cpp
146
RuleBasedTimeZone *
rbPT
= new RuleBasedTimeZone("Rule based Pacific Time", ir);
157
rbPT
->addTransitionRule(atzr, status);
159
errln("Could not add DST start rule to the RuleBasedTimeZone
rbPT
");
168
rbPT
->addTransitionRule(atzr, status);
170
errln("Could not add STD start rule to the RuleBasedTimeZone
rbPT
");
174
rbPT
->complete(status);
176
errln("complete() failed for RuleBasedTimeZone
rbPT
");
180
TESTZONES[2] =
rbPT
;
Completed in 378 milliseconds