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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dwindtfmt.cpp97 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID()
133 this->fZoneID = other.fZoneID;
214 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone());
224 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt);
230 fZoneID = setTimeZoneInfo(fTZI, zone);
292 if (zoneID.compare(fZoneID) != 0) {
H A Dwindtfmt.h126 UnicodeString fZoneID; member in class:Win32DateFormat

Completed in 115 milliseconds