Lines Matching refs:greenwichcalendar
1252 GregorianCalendar *greenwichcalendar =
1257 //*****************************greenwichcalendar.setTimeZone(TimeZone.getDefault());
1258 //greenwichcalendar.set(1997, 3, 4, 23, 0);
1260 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23);
1262 UDate greenwichdate = greenwichcalendar->getTime(status);
1284 fmt->setCalendar(*greenwichcalendar);
1298 delete greenwichcalendar;