Home
last modified time | relevance | path

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

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