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

/external/icu/icu4c/source/i18n/
H A Dwindtfmt.h120 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
H A Dwindtfmt.cpp157 setTimeZoneInfo(&tzi, tz);
210 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone());
220 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt);
226 fZoneID = setTimeZoneInfo(fTZI, zone);
282 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const function in class:Win32DateFormat

Completed in 123 milliseconds