Lines Matching refs:TimeZoneGenericNameMatchInfo
123 class TimeZoneGenericNameMatchInfo : public UMemory { class
125 TimeZoneGenericNameMatchInfo(UVector* matches);
126 ~TimeZoneGenericNameMatchInfo();
137 TimeZoneGenericNameMatchInfo::TimeZoneGenericNameMatchInfo(UVector* matches) in TimeZoneGenericNameMatchInfo() function in TimeZoneGenericNameMatchInfo
141 TimeZoneGenericNameMatchInfo::~TimeZoneGenericNameMatchInfo() { in ~TimeZoneGenericNameMatchInfo()
148 TimeZoneGenericNameMatchInfo::size() const { in size()
156 TimeZoneGenericNameMatchInfo::getGenericNameType(int32_t index) const { in getGenericNameType()
165 TimeZoneGenericNameMatchInfo::getMatchLength(int32_t index) const { in getMatchLength()
174 TimeZoneGenericNameMatchInfo::getTimeZoneID(int32_t index, UnicodeString& tzID) const { in getTimeZoneID()
318 …TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, …
1004 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch()
1033 TimeZoneGenericNameMatchInfo*
1049 TimeZoneGenericNameMatchInfo *gmatchInfo = NULL; in findLocal()
1055 gmatchInfo = new TimeZoneGenericNameMatchInfo(results); in findLocal()
1107 gmatchInfo = new TimeZoneGenericNameMatchInfo(results); in findLocal()