Home | History | Annotate | Download | only in intltest

Lines Matching defs:GMT

435     Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"), 
704 TimeZone *newZone = TimeZone::createTimeZone("GMT");
796 TimeZone *GMT = TimeZone::createTimeZone("GMT");
808 cal1->setTimeZone(*GMT);
809 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
810 if ((*GMT != *PST) && (h1 == h2))
813 Calendar *cal2 = new GregorianCalendar(*GMT,status);
829 cal3->setTimeZone(*GMT);
849 delete GMT;
1496 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1534 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1602 TimeZone::createTimeZone("GMT"),
1968 GregorianCalendar cal(TimeZone::createTimeZone("GMT"), Locale::getUS(), status);