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

/external/chromium_org/third_party/icu/source/i18n/
H A Dwindtfmt.cpp97 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(&locale), fZoneID()
132 this->fZoneID = other.fZoneID;
213 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone());
223 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt);
229 fZoneID = setTimeZoneInfo(fTZI, zone);
291 if (zoneID.compare(fZoneID) != 0) {
H A Dwindtfmt.h135 UnicodeString fZoneID; member in class:Win32DateFormat
/external/icu4c/i18n/
H A Dwindtfmt.cpp97 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(&locale), fZoneID()
132 this->fZoneID = other.fZoneID;
213 fZoneID = setTimeZoneInfo(fTZI, fCalendar->getTimeZone());
223 fZoneID = setTimeZoneInfo(fTZI, *zoneToAdopt);
229 fZoneID = setTimeZoneInfo(fTZI, zone);
291 if (zoneID.compare(fZoneID) != 0) {
H A Dwindtfmt.h126 UnicodeString fZoneID; member in class:Win32DateFormat

Completed in 93 milliseconds