Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp232 setTimeZoneInfo(&tzi, tz); in format()
285 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone()); in adoptCalendar()
295 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt); in adoptTimeZone()
301 fZoneID = setTimeZoneInfo(fTZI, zone); in setTimeZone()
371 UnicodeString Win32DateFormat::setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) co… in setTimeZoneInfo() function in Win32DateFormat
Dwindtfmt.h120 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;