Lines Matching refs:fMatches
402 : fMatches(NULL) { in MatchInfoCollection()
406 if (fMatches != NULL) { in ~MatchInfoCollection()
407 delete fMatches; in ~MatchInfoCollection()
447 if (fMatches == NULL) { in size()
450 return fMatches->size(); in size()
455 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getNameTypeAt()
464 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMatchLengthAt()
474 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getTimeZoneIDAt()
485 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); in getMetaZoneIDAt()
498 if (fMatches != NULL) { in matches()
499 return fMatches; in matches()
501 fMatches = new UVector(deleteMatchInfo, NULL, status); in matches()
502 if (fMatches == NULL) { in matches()
505 delete fMatches; in matches()
506 fMatches = NULL; in matches()
508 return fMatches; in matches()