Lines Matching refs:tz_icu
1697 TimeZone* tz_icu = TimeZone::createTimeZone(tzName);1698 int dst_icu = tz_icu->getDSTSavings();1704 " for tz " + tz_icu->getID(id));1706 logln(UnicodeString("both java and icu report dst savings of ") + expected + " for tz " + tz_icu->getID(id));1708 delete tz_icu;