Home | History | Annotate | Download | only in i18n

Lines Matching full:fmatches

344 : fMatches(NULL) {
348 if (fMatches != NULL) {
349 delete fMatches;
389 if (fMatches == NULL) {
392 return fMatches->size();
397 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
406 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
427 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
440 if (fMatches != NULL) {
441 return fMatches;
443 fMatches = new UVector(deleteMatchInfo, NULL, status);
444 if (fMatches == NULL) {
447 delete fMatches;
448 fMatches = NULL;
450 return fMatches;