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

/external/icu4c/test/intltest/
H A Dcalregts.cpp294 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids->snext(status)); local
295 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
296 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
297 Calendar *calendar = new GregorianCalendar(pdt, status);

Completed in 466 milliseconds