Searched refs:fTimeZoneNames (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 289 const TimeZoneNames* fTimeZoneNames; member in TZGNCore 336 fTimeZoneNames(NULL), in TZGNCore() 357 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in initialize() 442 if (fTimeZoneNames != NULL) { in cleanup() 443 delete fTimeZoneNames; in cleanup() 555 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName() 604 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName() 613 fTimeZoneNames->getMetaZoneID(tzID, date, mzID); in formatGenericNonLocationName() 677 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName() 688 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName() [all …]
|
D | tzfmt.cpp | 317 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 342 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 416 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat() 427 delete fTimeZoneNames; in ~TimeZoneFormat() 441 delete fTimeZoneNames; in operator =() 450 fTimeZoneNames = other.fTimeZoneNames->clone(); in operator =() 487 && *fTimeZoneNames == *tzfmt->fTimeZoneNames; in operator ==() 522 return (const TimeZoneNames*)fTimeZoneNames; in getTimeZoneNames() 527 delete fTimeZoneNames; in adoptTimeZoneNames() 528 fTimeZoneNames = tznames; in adoptTimeZoneNames() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 682 TimeZoneNames* fTimeZoneNames; variable
|