Home | History | Annotate | Download | only in i18n

Lines Matching refs:fMatches

377 : fMatches(NULL) {
381 if (fMatches != NULL) {
382 delete fMatches;
422 if (fMatches == NULL) {
425 return fMatches->size();
430 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
439 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
449 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
460 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
473 if (fMatches != NULL) {
474 return fMatches;
476 fMatches = new UVector(deleteMatchInfo, NULL, status);
477 if (fMatches == NULL) {
480 delete fMatches;
481 fMatches = NULL;
483 return fMatches;