Lines Matching refs:fMatches
364 : fMatches(NULL) { in MatchInfoCollection()
368 if (fMatches != NULL) { in ~MatchInfoCollection()
369 delete fMatches; in ~MatchInfoCollection()
409 if (fMatches == NULL) { in size()
412 return fMatches->size(); in size()
417 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getNameTypeAt()
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMatchLengthAt()
436 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getTimeZoneIDAt()
447 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMetaZoneIDAt()
460 if (fMatches != NULL) { in matches()
461 return fMatches; in matches()
463 fMatches = new UVector(deleteMatchInfo, NULL, status); in matches()
464 if (fMatches == NULL) { in matches()
467 delete fMatches; in matches()
468 fMatches = NULL; in matches()
470 return fMatches; in matches()