Lines Matching refs:greenwichcalendar
1266 GregorianCalendar *greenwichcalendar =
1271 //*****************************greenwichcalendar.setTimeZone(TimeZone.getDefault());
1272 //greenwichcalendar.set(1997, 3, 4, 23, 0);
1274 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23);
1276 UDate greenwichdate = greenwichcalendar->getTime(status);
1298 fmt->setCalendar(*greenwichcalendar);
1312 delete greenwichcalendar;