Home | History | Annotate | Download | only in intltest

Lines Matching refs:gcal

3586     GregorianCalendar gcal(*tz, status);
3589 gcal.clear();
3590 gcal.set(1910, UCAL_JULY, 1, 12, 00); // offset 8:05:57
3591 d1 = gcal.getTime(status);
3593 gcal.clear();
3594 gcal.set(1950, UCAL_JULY, 1, 12, 00); // offset 8:00
3595 d2 = gcal.getTime(status);
3597 gcal.clear();
3598 gcal.set(1970, UCAL_JANUARY, 1, 12, 00);
3599 dexp2 = gcal.getTime(status);