Lines Matching refs:TimeZoneGenericNames
1182 TimeZoneGenericNames::TimeZoneGenericNames() in TimeZoneGenericNames() function in TimeZoneGenericNames
1186 TimeZoneGenericNames::~TimeZoneGenericNames() { in ~TimeZoneGenericNames()
1196 TimeZoneGenericNames*
1197 TimeZoneGenericNames::createInstance(const Locale& locale, UErrorCode& status) { in createInstance()
1201 TimeZoneGenericNames* instance = new TimeZoneGenericNames(); in createInstance()
1291 TimeZoneGenericNames::operator==(const TimeZoneGenericNames& other) const { in operator ==()
1297 TimeZoneGenericNames*
1298 TimeZoneGenericNames::clone() const { in clone()
1299 TimeZoneGenericNames* other = new TimeZoneGenericNames(); in clone()
1313 TimeZoneGenericNames::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, in getDisplayName()
1319 TimeZoneGenericNames::getGenericLocationName(const UnicodeString& tzCanonicalID, UnicodeString& nam… in getGenericLocationName()
1324 TimeZoneGenericNames::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types, in findBestMatch()