Searched refs:fTimeZoneNames (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 288 const TimeZoneNames* fTimeZoneNames; member in TZGNCore 335 fTimeZoneNames(NULL), in TZGNCore() 356 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in initialize() 441 if (fTimeZoneNames != NULL) { in cleanup() 442 delete fTimeZoneNames; in cleanup() 554 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName() 603 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName() 612 fTimeZoneNames->getMetaZoneID(tzID, date, mzID); in formatGenericNonLocationName() 676 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName() 687 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName() [all …]
|
D | tzfmt.cpp | 313 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 338 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 412 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat() 423 delete fTimeZoneNames; in ~TimeZoneFormat() 437 delete fTimeZoneNames; in operator =() 446 fTimeZoneNames = other.fTimeZoneNames->clone(); in operator =() 483 && *fTimeZoneNames == *tzfmt->fTimeZoneNames; in operator ==() 518 return (const TimeZoneNames*)fTimeZoneNames; in getTimeZoneNames() 523 delete fTimeZoneNames; in adoptTimeZoneNames() 524 fTimeZoneNames = tznames; in adoptTimeZoneNames() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 682 TimeZoneNames* fTimeZoneNames; variable
|