HomeSort by relevance Sort by last modified time
    Searched refs:setTimeZoneInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
windtfmt.h 127 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
windtfmt.cpp 156 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
  /external/icu4c/i18n/
windtfmt.h 118 UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
windtfmt.cpp 156 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

Completed in 184 milliseconds