Home | History | Annotate | Download | only in intltest

Lines Matching refs:GMT

487     Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"), 
756 TimeZone *newZone = TimeZone::createTimeZone("GMT");
859 TimeZone *GMT = TimeZone::createTimeZone("GMT");
866 delete GMT;
878 cal1->setTimeZone(*GMT);
879 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
880 if ((*GMT != *PST) && (h1 == h2))
883 Calendar *cal2 = new GregorianCalendar(*GMT,status);
899 cal3->setTimeZone(*GMT);
919 delete GMT;
1579 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1617 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1685 TimeZone::createTimeZone("GMT"),
2051 GregorianCalendar cal(TimeZone::createTimeZone("GMT"), Locale::getUS(), status);