Home | History | Annotate | Download | only in intltest

Lines Matching refs:gcal

3304     GregorianCalendar gcal(*tz, status);
3307 gcal.clear();
3308 gcal.set(1910, UCAL_JULY, 1, 12, 00); // offset 8:05:52
3309 d1 = gcal.getTime(status);
3311 gcal.clear();
3312 gcal.set(1950, UCAL_JULY, 1, 12, 00); // offset 8:00
3313 d2 = gcal.getTime(status);
3315 gcal.clear();
3316 gcal.set(1970, UCAL_JANUARY, 1, 12, 00);
3317 dexp2 = gcal.getTime(status);