Home | History | Annotate | Download | only in i18n

Lines Matching refs:TimeZoneGenericNames

325 // TZGNCore - core implmentation of TimeZoneGenericNames
327 // TimeZoneGenericNames is parallel to TimeZoneNames,
1201 TimeZoneGenericNames::TimeZoneGenericNames()
1205 TimeZoneGenericNames::~TimeZoneGenericNames() {
1215 TimeZoneGenericNames*
1216 TimeZoneGenericNames::createInstance(const Locale& locale, UErrorCode& status) {
1220 TimeZoneGenericNames* instance = new TimeZoneGenericNames();
1310 TimeZoneGenericNames::operator==(const TimeZoneGenericNames& other) const {
1316 TimeZoneGenericNames*
1317 TimeZoneGenericNames::clone() const {
1318 TimeZoneGenericNames* other = new TimeZoneGenericNames();
1332 TimeZoneGenericNames::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
1338 TimeZoneGenericNames::getGenericLocationName(const UnicodeString& tzCanonicalID, UnicodeString& name) const {
1343 TimeZoneGenericNames::findBestMatch(const UnicodeString& text, int32_t start, uint32_t types,