Home
last modified time | relevance | path

Searched refs:fTimeZoneNames (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp289 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 …]
Dtzfmt.cpp317 : 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/
Dtzfmt.h682 TimeZoneNames* fTimeZoneNames; variable