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

/external/icu4c/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);
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp1250 GregorianCalendar *gcal = new GregorianCalendar(TimeZone::createTimeZone(UnicodeString(gEtcUTC)), status); local
1255 sdf->adoptCalendar(gcal);

Completed in 34 milliseconds