Home | History | Annotate | Download | only in intltest

Lines Matching refs:RuleBasedTimeZone

166     RuleBasedTimeZone *rbtz1 = new RuleBasedTimeZone("RBTZ1", ir->clone());
191 RuleBasedTimeZone *rbtz2 = new RuleBasedTimeZone("RBTZ2", ir->clone());
212 RuleBasedTimeZone *rbtz3 = new RuleBasedTimeZone("RBTZ3", ir->clone());
262 RuleBasedTimeZone *rbtz1c = (RuleBasedTimeZone*)rbtz1->clone();
264 errln("FAIL: Cloned RuleBasedTimeZone must have the same rules with the original.");
371 RuleBasedTimeZone rbtz0("RBTZ1", ir->clone());
373 errln("FAIL: RuleBasedTimeZone rbtz0 is not equal to rbtz1, but got wrong result");
377 errln("FAIL: RuleBasedTimeZone rbtz0 is equal to rbtz1, but got wrong result");
384 logln("setRawOffset is implemented in RuleBasedTimeZone");
432 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone("EST5EDT", ir);
544 RuleBasedTimeZone *rbtzc = (RuleBasedTimeZone*)rbtz->clone();
661 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
1158 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial);