Lines Matching refs:greenwichcalendar
1265 GregorianCalendar *greenwichcalendar =
1270 //*****************************greenwichcalendar.setTimeZone(TimeZone.getDefault());
1271 //greenwichcalendar.set(1997, 3, 4, 23, 0);
1273 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23);
1275 UDate greenwichdate = greenwichcalendar->getTime(status);
1297 fmt->setCalendar(*greenwichcalendar);
1311 delete greenwichcalendar;