Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzgnames.cpp129 class TimeZoneGenericNameMatchInfo : public UMemory { class
131 TimeZoneGenericNameMatchInfo(UVector* matches);
132 ~TimeZoneGenericNameMatchInfo();
143 TimeZoneGenericNameMatchInfo::TimeZoneGenericNameMatchInfo(UVector* matches) in TimeZoneGenericNameMatchInfo() function in TimeZoneGenericNameMatchInfo
147 TimeZoneGenericNameMatchInfo::~TimeZoneGenericNameMatchInfo() { in ~TimeZoneGenericNameMatchInfo()
154 TimeZoneGenericNameMatchInfo::size() const { in size()
162 TimeZoneGenericNameMatchInfo::getGenericNameType(int32_t index) const { in getGenericNameType()
171 TimeZoneGenericNameMatchInfo::getMatchLength(int32_t index) const { in getMatchLength()
180 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const { in getTimeZoneID()
324TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, …
[all …]