Lines Matching refs:RuleBasedTimeZone
172 RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone());
197 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
218 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
268 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone();
270 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original.");
377 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone());
379 errln("FAIL: RuleBasedTimeZone rbtz0 is not equal to rbtz1, but got wrong result");
383 errln("FAIL: RuleBasedTimeZone rbtz0 is equal to rbtz1, but got wrong result");
390 logln("setRawOffset is implemented in RuleBasedTimeZone");
438 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir);
550 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone();
667 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
1167 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial);
2621 // RuleBasedTimeZone#getOffsets throws NPE
2630 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(id, initialRule);
2650 errln("Failed to construct a RuleBasedTimeZone");