Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames.cpp402 : 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 …]
Dtzgnames.cpp137 UVector* fMatches; // vector of MatchEntry member in TimeZoneGenericNameMatchInfo
141 : fMatches(matches) { in TimeZoneGenericNameMatchInfo()
145 if (fMatches != NULL) { in ~TimeZoneGenericNameMatchInfo()
146 delete fMatches; in ~TimeZoneGenericNameMatchInfo()
152 if (fMatches == NULL) { in size()
155 return fMatches->size(); in size()
160 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()
169 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index); in getMatchLength()
178 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h390 UVector* fMatches; // vector of MatchEntry