Home
last modified time | relevance | path

Searched refs:TimeZoneNamesDelegate (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames.cpp102 class TimeZoneNamesDelegate : public TimeZoneNames { class
104 TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status);
105 virtual ~TimeZoneNamesDelegate();
126 TimeZoneNamesDelegate();
130 TimeZoneNamesDelegate::TimeZoneNamesDelegate() in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate
134 TimeZoneNamesDelegate::TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status) { in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate
210 TimeZoneNamesDelegate::~TimeZoneNamesDelegate() { in ~TimeZoneNamesDelegate()
223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==()
229 const TimeZoneNamesDelegate* rhs = dynamic_cast<const TimeZoneNamesDelegate*>(&other); in operator ==()
237 TimeZoneNamesDelegate::clone() const { in clone()
[all …]