Searched refs:TimeZoneNamesDelegate (Results 1 – 1 of 1) sorted by relevance
102 class TimeZoneNamesDelegate : public TimeZoneNames { class104 TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status);105 virtual ~TimeZoneNamesDelegate();109 virtual TimeZoneNamesDelegate* clone() const;126 TimeZoneNamesDelegate();130 TimeZoneNamesDelegate::TimeZoneNamesDelegate() in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate134 TimeZoneNamesDelegate::TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status) { in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate210 TimeZoneNamesDelegate::~TimeZoneNamesDelegate() { in ~TimeZoneNamesDelegate()223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==()229 const TimeZoneNamesDelegate* rhs = dynamic_cast<const TimeZoneNamesDelegate*>(&other); in operator ==()[all …]