Home | History | Annotate | Download | only in i18n

Lines Matching refs:fMatches

135     UVector* fMatches;  // vector of MatchEntry
139 : fMatches(matches) {
143 if (fMatches != NULL) {
144 delete fMatches;
150 if (fMatches == NULL) {
153 return fMatches->size();
158 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
167 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
176 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);