Home | History | Annotate | Download | only in intltest

Lines Matching refs:GregorianCalendar

1213         GregorianCalendar *greenwichcalendar =
1214 new GregorianCalendar(1997, 3, 4, 23, 0, status);
1216 dataerrln("Fail new GregorianCalendar: %s", u_errorName(status));
3232 Calendar *cal = GregorianCalendar::createInstance(status);
3233 if (failure(status, "GregorianCalendar::createInstance", TRUE)) return;
3596 GregorianCalendar gcal(*tz, status);
3597 if (failure(status, "construct GregorianCalendar", TRUE)) return;