Home | History | Annotate | Download | only in intltest

Lines Matching defs:zone

312     TimeZone *zone = TimeZone::createTimeZone(UnicodeString("ECT"));
313 if (zone==NULL) {
319 format->setTimeZone(*zone);
348 format->setTimeZone(*zone);
359 // modify it to change the zone.
424 delete zone;
687 zone = TimeZone::createTimeZone(UnicodeString("GMT"));
688 formatter.setTimeZone(*zone);
703 delete zone;