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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp1674 TimeZone* tz_icu = TimeZone::createTimeZone(tzName); local
1675 int dst_icu = tz_icu->getDSTSavings();
1681 " for tz " + tz_icu->getID(id));
1683 logln(UnicodeString("both java and icu report dst savings of ") + expected + " for tz " + tz_icu->getID(id));
1685 delete tz_icu;
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp1665 TimeZone* tz_icu = TimeZone::createTimeZone(tzName); local
1666 int dst_icu = tz_icu->getDSTSavings();
1672 " for tz " + tz_icu->getID(id));
1674 logln(UnicodeString("both java and icu report dst savings of ") + expected + " for tz " + tz_icu->getID(id));
1676 delete tz_icu;

Completed in 704 milliseconds