Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames.cpp100 class TimeZoneNamesDelegate : public TimeZoneNames { class
102 TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status);
103 virtual ~TimeZoneNamesDelegate();
121 TimeZoneNamesDelegate();
125 TimeZoneNamesDelegate::TimeZoneNamesDelegate() in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate
129 TimeZoneNamesDelegate::TimeZoneNamesDelegate(const Locale& locale, UErrorCode& status) { in TimeZoneNamesDelegate() function in TimeZoneNamesDelegate
205 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 …]