Searched defs:greenwichcalendar (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp1228 GregorianCalendar *greenwichcalendar = local
1233 //*****************************greenwichcalendar.setTimeZone(TimeZone.getDefault());
1234 //greenwichcalendar.set(1997, 3, 4, 23, 0);
1236 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23);
1238 UDate greenwichdate = greenwichcalendar->getTime(status);
1260 fmt->setCalendar(*greenwichcalendar);
1274 delete greenwichcalendar;

Completed in 57 milliseconds