Searched refs:fMatches (Results 1 – 4 of 4) sorted by relevance
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()[all …]
140 UVector* fMatches; // vector of MatchEntry member in TimeZoneGenericNameMatchInfo144 : fMatches(matches) { in TimeZoneGenericNameMatchInfo()148 if (fMatches != NULL) { in ~TimeZoneGenericNameMatchInfo()149 delete fMatches; in ~TimeZoneGenericNameMatchInfo()155 if (fMatches == NULL) { in size()158 return fMatches->size(); in size()163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()172 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index); in getMatchLength()181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
392 UVector* fMatches; // vector of MatchEntry