Home | History | Annotate | Download | only in intltest

Lines Matching full:greenwichcalendar

1217         GregorianCalendar *greenwichcalendar =
1222 //*****************************greenwichcalendar.setTimeZone(TimeZone.getDefault());
1223 //greenwichcalendar.set(1997, 3, 4, 23, 0);
1225 greenwichcalendar->set(UCAL_HOUR_OF_DAY, 23);
1227 UDate greenwichdate = greenwichcalendar->getTime(status);
1249 fmt->setCalendar(*greenwichcalendar);
1263 delete greenwichcalendar;