Home | History | Annotate | Download | only in i18n

Lines Matching refs:TimeZoneGenericNames

325 // TZGNCore - core implmentation of TimeZoneGenericNames
327 // TimeZoneGenericNames is parallel to TimeZoneNames,
1205 TimeZoneGenericNames::TimeZoneGenericNames()
1209 TimeZoneGenericNames::~TimeZoneGenericNames() {
1219 TimeZoneGenericNames*
1220 TimeZoneGenericNames::createInstance(const Locale& locale, UErrorCode& status) {
1224 TimeZoneGenericNames* instance = new TimeZoneGenericNames();
1314 TimeZoneGenericNames::operator==(const TimeZoneGenericNames& other) const {
1320 TimeZoneGenericNames*
1321 TimeZoneGenericNames::clone() const {
1322 TimeZoneGenericNames* other = new TimeZoneGenericNames();
1336 TimeZoneGenericNames::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
1342 TimeZoneGenericNames::getGenericLocationName(const UnicodeString& tzCanonicalID, UnicodeString& name) const {
1347 TimeZoneGenericNames::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types,