Home | History | Annotate | Download | only in i18n

Lines Matching refs:fMatches

766     UVector* fMatches;  // vector of MatchEntry
770 : fMatches(matches) {
774 if (fMatches != NULL) {
775 delete fMatches;
781 if (fMatches == NULL) {
784 return fMatches->size();
789 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
798 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
807 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
818 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);