Home | History | Annotate | Download | only in intltest

Lines Matching refs:GMT

442     Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"), 
711 TimeZone *newZone = TimeZone::createTimeZone("GMT");
813 TimeZone *GMT = TimeZone::createTimeZone("GMT");
820 delete GMT;
832 cal1->setTimeZone(*GMT);
833 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
834 if ((*GMT != *PST) && (h1 == h2))
837 Calendar *cal2 = new GregorianCalendar(*GMT,status);
853 cal3->setTimeZone(*GMT);
873 delete GMT;
1525 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1563 calendar->adoptTimeZone(TimeZone::createTimeZone("GMT"));
1631 TimeZone::createTimeZone("GMT"),
1997 GregorianCalendar cal(TimeZone::createTimeZone("GMT"), Locale::getUS(), status);