Searched refs:fTimeZoneNames (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 292 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 …]
|
D | tzfmt.cpp | 320 : 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/ |
D | tzfmt.h | 684 TimeZoneNames* fTimeZoneNames; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | tzfmt.h | 684 TimeZoneNames* fTimeZoneNames; variable
|