Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp163 …sg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocale… in Win32DateFormat()
206 this->fZoneID = other.fZoneID; in operator =()
285 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone()); in adoptCalendar()
295 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt); in adoptTimeZone()
301 fZoneID = setTimeZoneInfo(fTZI, zone); in setTimeZone()
377 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo()
Dwindtfmt.h127 UnicodeString fZoneID; variable