Lines Matching refs:TimeZoneGenericNameMatchInfo
129 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()
324 …TimeZoneGenericNameMatchInfo* findLocal(const UnicodeString& text, int32_t start, uint32_t types, …
981 TimeZoneGenericNameMatchInfo *localMatches = findLocal(text, start, types, status); in findBestMatch()
1010 TimeZoneGenericNameMatchInfo*
1026 TimeZoneGenericNameMatchInfo *gmatchInfo = NULL; in findLocal()
1032 gmatchInfo = new TimeZoneGenericNameMatchInfo(results); in findLocal()
1084 gmatchInfo = new TimeZoneGenericNameMatchInfo(results); in findLocal()