Searched refs:gcal (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dicuzdump.cpp191 GregorianCalendar* gcal = new GregorianCalendar(timezone, Locale::getEnglish(), status); local
192 gcal->clear();
193 gcal->set(loyear, 0, 1, 0, 0, 0);
194 lo = gcal->getTime(status);
195 gcal->set(hiyear, 0, 1, 0, 0, 0);
196 hi = gcal->getTime(status);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ddtfmttst.cpp3578 GregorianCalendar gcal(*tz, status);
3581 gcal.clear();
3582 gcal.set(1900, UCAL_JULY, 1, 12, 00); // offset 8:05:43
3583 d1 = gcal.getTime(status);
3585 gcal.clear();
3586 gcal.set(1950, UCAL_JULY, 1, 12, 00); // offset 8:00
3587 d2 = gcal.getTime(status);
3589 gcal.clear();
3590 gcal.set(1970, UCAL_JANUARY, 1, 12, 00);
3591 dexp2 = gcal
[all...]

Completed in 113 milliseconds