Searched defs:fMatches (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h378 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneNames::MatchInfoCollection
/external/icu/icu4c/source/i18n/
H A Dtzgnames.cpp134 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneGenericNameMatchInfo
138 : fMatches(matches) {
142 if (fMatches != NULL) {
143 delete fMatches;
149 if (fMatches == NULL) {
152 return fMatches->size();
157 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
166 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
175 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);

Completed in 3577 milliseconds