Home | History | Annotate | Download | only in intltest

Lines Matching refs:RuleBasedTimeZone

160     RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone());
185 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
206 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
256 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone();
258 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original.");
360 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone());
362 errln("FAIL: RuleBasedTimeZone rbtz0 is not equal to rbtz1, but got wrong result");
366 errln("FAIL: RuleBasedTimeZone rbtz0 is equal to rbtz1, but got wrong result");
373 logln("setRawOffset is implemented in RuleBasedTimeZone");
421 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir);
533 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone();
650 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
1147 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial);