Searched refs:fMatches (Results 1 – 3 of 3) sorted by relevance
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()[all …]
134 UVector* fMatches; // vector of MatchEntry member in TimeZoneGenericNameMatchInfo138 : fMatches(matches) { in TimeZoneGenericNameMatchInfo()142 if (fMatches != NULL) { in ~TimeZoneGenericNameMatchInfo()143 delete fMatches; in ~TimeZoneGenericNameMatchInfo()149 if (fMatches == NULL) { in size()152 return fMatches->size(); in size()157 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()166 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index); in getMatchLength()175 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
380 UVector* fMatches; // vector of MatchEntry