Home | History | Annotate | Download | only in i18n

Lines Matching refs:UVector

126     TimeZoneGenericNameMatchInfo(UVector* matches);
135 UVector* fMatches; // vector of MatchEntry
138 TimeZoneGenericNameMatchInfo::TimeZoneGenericNameMatchInfo(UVector* matches)
194 UVector* getMatches(int32_t& maxMatchLen);
198 UVector* fResults;
227 fResults = new UVector(uprv_free, NULL, status);
258 UVector*
261 UVector *results = fResults;
1055 UVector *results = handler.getMatches(maxLen);