Searched refs:TimeZoneNamesDelegate (Results 1 – 1 of 1) sorted by relevance
100 class TimeZoneNamesDelegate : public TimeZoneNames { class102 TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status);103 virtual ~TimeZoneNamesDelegate();121 TimeZoneNamesDelegate();125 TimeZoneNamesDelegate::TimeZoneNamesDelegate() in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate129 TimeZoneNamesDelegate::TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status) { in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate205 TimeZoneNamesDelegate::~TimeZoneNamesDelegate() { in ~TimeZoneNamesDelegate()218 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==()224 const TimeZoneNamesDelegate* rhs = dynamic_cast<const TimeZoneNamesDelegate*>(&other); in operator ==()232 TimeZoneNamesDelegate::clone() const { in clone()[all …]