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

/external/chromium_org/third_party/icu/source/i18n/
H A Dwindtfmt.cpp156 setTimeZoneInfo(&tzi, tz);
213 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone());
223 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt);
229 fZoneID = setTimeZoneInfo(fTZI, zone);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const function in class:Win32DateFormat
/external/icu4c/i18n/
H A Dwindtfmt.cpp156 setTimeZoneInfo(&tzi, tz);
213 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone());
223 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt);
229 fZoneID = setTimeZoneInfo(fTZI, zone);
285 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const function in class:Win32DateFormat

Completed in 142 milliseconds