Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dwindtfmt.cpp97 …mat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID() in Win32DateFormat()
133 this->fZoneID = other.fZoneID; in operator =()
214 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone()); in adoptCalendar()
224 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt); in adoptTimeZone()
230 fZoneID = setTimeZoneInfo(fTZI, zone); in setTimeZone()
292 if (zoneID.compare(fZoneID) != 0) { in setTimeZoneInfo()
Dwindtfmt.h126 UnicodeString fZoneID; variable