Lines Matching refs:gc
211 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status);
212 gc->setTime(d, status);
214 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
215 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
216 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
217 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status),
222 delete gc;