Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp292 const TimeZoneNames* fTimeZoneNames; member in TZGNCore
339 fTimeZoneNames(NULL), in TZGNCore()
360 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in initialize()
448 if (fTimeZoneNames != NULL) { in cleanup()
449 delete fTimeZoneNames; in cleanup()
561 fTimeZoneNames->getExemplarLocationName(tzCanonicalID, city); in getGenericLocationName()
610 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name); in formatGenericNonLocationName()
619 fTimeZoneNames->getMetaZoneID(tzID, date, mzID); in formatGenericNonLocationName()
683 fTimeZoneNames->getDisplayName(tzID, stdNameType, date, stdName); in formatGenericNonLocationName()
694 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName); in formatGenericNonLocationName()
[all …]
Dtzfmt.cpp320 : fLocale(locale), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
348 fTimeZoneNames = TimeZoneNames::createInstance(locale, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
422 : Format(other), fTimeZoneNames(NULL), fTimeZoneGenericNames(NULL), in TimeZoneFormat()
433 delete fTimeZoneNames; in ~TimeZoneFormat()
447 delete fTimeZoneNames; in operator =()
456 fTimeZoneNames = other.fTimeZoneNames->clone(); in operator =()
493 && *fTimeZoneNames == *tzfmt->fTimeZoneNames; in operator ==()
528 return (const TimeZoneNames*)fTimeZoneNames; in getTimeZoneNames()
533 delete fTimeZoneNames; in adoptTimeZoneNames()
534 fTimeZoneNames = tznames; in adoptTimeZoneNames()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dtzfmt.h684 TimeZoneNames* fTimeZoneNames; variable
/external/icu/libicu/cts_headers/unicode/
Dtzfmt.h684 TimeZoneNames* fTimeZoneNames; variable