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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 68 // RBTZ
210 * Test equivalency between OlsonTimeZone and custom RBTZ representing the
214 // Compare to America/New_York with equivalent RBTZ
217 //RBTZ
219 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("EST5EDT", ir); local
228 rbtz.addTransitionRule(tzr);
233 rbtz.addTransitionRule(tzr);
239 rbtz.addTransitionRule(tzr);
244 rbtz.addTransitionRule(tzr);
249 rbtz.addTransitionRule(tzr)
364 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)", local
1804 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(id, initialRule); local
    [all...]
TimeZoneTest.java 2013 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)thawedZones[i]; local
2117 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)frozenZones[i]; local
2162 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); local
2237 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("RBTZ:btz.getID()", (InitialTimeZoneRule)rules[0]); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 64 // RBTZ
206 * Test equivalency between OlsonTimeZone and custom RBTZ representing the
210 // Compare to America/New_York with equivalent RBTZ
213 //RBTZ
215 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("EST5EDT", ir); local
224 rbtz.addTransitionRule(tzr);
229 rbtz.addTransitionRule(tzr);
235 rbtz.addTransitionRule(tzr);
240 rbtz.addTransitionRule(tzr);
245 rbtz.addTransitionRule(tzr)
360 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID() + "(RBTZ)", local
1800 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(id, initialRule); local
    [all...]
TimeZoneTest.java 2009 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)thawedZones[i]; local
2113 RuleBasedTimeZone rbtz = (RuleBasedTimeZone)frozenZones[i]; local
2158 RuleBasedTimeZone rbtz = createRBTZ((BasicTimeZone)tz, current); local
2233 RuleBasedTimeZone rbtz = new RuleBasedTimeZone("RBTZ:btz.getID()", (InitialTimeZoneRule)rules[0]); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 14 #include "unicode/rbtz.h"
147 * Compare SimpleTimeZone with equivalent RBTZ
191 errln("FAIL: couldn't complete RBTZ 1.");
212 errln("FAIL: couldn't complete RBTZ 2");
233 errln("FAIL: couldn't complete RBTZ 3");
424 * Test equivalency between OlsonTimeZone and custom RBTZ representing the
431 // Compare to America/New_York with equivalent RBTZ
434 //RBTZ
436 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir); local
445 rbtz->addTransitionRule(tzr, status)
665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone()); local
1165 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial); local
2628 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(id, initialRule); local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 15 #include "unicode/rbtz.h"
1355 RuleBasedTimeZone *rbtz = NULL; local
    [all...]
rbtz.cpp 14 #include "unicode/rbtz.h"
98 RuleBasedTimeZone *rbtz = (RuleBasedTimeZone*)&that; local
99 if (*fInitialRule != *(rbtz->fInitialRule)) {
102 if (compareRules(fHistoricRules, rbtz->fHistoricRules)
103 && compareRules(fFinalRules, rbtz->fFinalRules)) {
Android.mk 143 rbtz.cpp \
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java 257 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); local
259 rbtz.addTransitionRule(rules[i]);
267 writeZone(writer, rbtz, customProperties);
289 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); local
291 rbtz.addTransitionRule(rules[i]);
299 writeZone(writer, rbtz, customProperties);
734 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tzid, initialRule); local
805 rbtz.addTransitionRule(r);
808 tz = rbtz;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java 280 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); local
282 rbtz.addTransitionRule(rules[i]);
290 writeZone(writer, rbtz, customProperties);
314 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tz.getID(), (InitialTimeZoneRule)rules[0]); local
316 rbtz.addTransitionRule(rules[i]);
324 writeZone(writer, rbtz, customProperties);
765 RuleBasedTimeZone rbtz = new RuleBasedTimeZone(tzid, initialRule); local
836 rbtz.addTransitionRule(r);
839 tz = rbtz;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 482 milliseconds