HomeSort by relevance Sort by last modified time
    Searched refs:rbPT (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneOffsetLocalTest.java 126 RuleBasedTimeZone rbPT = new RuleBasedTimeZone("Rule based Pacific Time", ir);
137 rbPT.addTransitionRule(atzr);
144 rbPT.addTransitionRule(atzr);
146 TESTZONES[2] = rbPT;

Completed in 927 milliseconds