Lines Matching refs:TZDBTimeZoneNames
2063 const TZDBNames *names = TZDBTimeZoneNames::getMetaZoneNames(*mzID, status); in prepareFind()
2127 TZDBTimeZoneNames::TZDBTimeZoneNames(const Locale& locale) in TZDBTimeZoneNames() function in TZDBTimeZoneNames
2149 TZDBTimeZoneNames::~TZDBTimeZoneNames() { in ~TZDBTimeZoneNames()
2153 TZDBTimeZoneNames::operator==(const TimeZoneNames& other) const { in operator ==()
2162 TZDBTimeZoneNames::clone() const { in clone()
2163 return new TZDBTimeZoneNames(fLocale); in clone()
2167 TZDBTimeZoneNames::getAvailableMetaZoneIDs(UErrorCode& status) const { in getAvailableMetaZoneIDs()
2172 TZDBTimeZoneNames::getAvailableMetaZoneIDs(const UnicodeString& tzID, UErrorCode& status) const { in getAvailableMetaZoneIDs()
2177 TZDBTimeZoneNames::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const { in getMetaZoneID()
2182 TZDBTimeZoneNames::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString&… in getReferenceZoneID()
2187 TZDBTimeZoneNames::getMetaZoneDisplayName(const UnicodeString& mzID, in getMetaZoneDisplayName()
2196 const TZDBNames *tzdbNames = TZDBTimeZoneNames::getMetaZoneNames(mzID, status); in getMetaZoneDisplayName()
2210 TZDBTimeZoneNames::getTimeZoneDisplayName(const UnicodeString& /* tzID */, UTimeZoneNameType /* typ… in getTimeZoneDisplayName()
2216 TZDBTimeZoneNames::MatchInfoCollection*
2217 TZDBTimeZoneNames::find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& statu… in find()
2233 TZDBTimeZoneNames::getMetaZoneNames(const UnicodeString& mzID, UErrorCode& status) { in getMetaZoneNames()