Searched refs:fZoneID (Results 1 - 4 of 4) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
H A D | windtfmt.cpp | 97 : 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 D | windtfmt.h | 135 UnicodeString fZoneID; member in class:Win32DateFormat
|
/external/icu4c/i18n/ |
H A D | windtfmt.cpp | 97 : 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 D | windtfmt.h | 135 UnicodeString fZoneID; member in class:Win32DateFormat
|
Completed in 377 milliseconds