Home | History | Annotate | Download | only in intltest

Lines Matching refs:GMT

486     Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"), 
755 TimeZone *newZone = TimeZone::createTimeZone("GMT");
858 TimeZone *GMT = TimeZone::createTimeZone("GMT");
865 delete GMT;
877 cal1->setTimeZone(*GMT);
878 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
879 if ((*GMT != *PST) && (h1 == h2))
882 Calendar *cal2 = new GregorianCalendar(*GMT,status);
898 cal3->setTimeZone(*GMT);
918 delete GMT;
1578 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1616 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1684 TimeZone::createTimeZone("GMT"),
2050 GregorianCalendar cal(TimeZone::createTimeZone("GMT"), Locale::getUS(), status);