Home
last modified time | relevance | path

Searched refs:fMatches (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtznames.cpp364 : 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 …]
Dtzgnames.cpp134 UVector* fMatches; // vector of MatchEntry member in TimeZoneGenericNameMatchInfo
138 : 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()
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h380 UVector* fMatches; // vector of MatchEntry