Home
last modified time | relevance | path

Searched refs:fMatches (Results 1 – 4 of 4) 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.cpp140 UVector* fMatches; // vector of MatchEntry member in TimeZoneGenericNameMatchInfo
144 : 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()
/external/icu/libicu/cts_headers/unicode/
Dtznames.h392 UVector* fMatches; // vector of MatchEntry
/external/icu/icu4c/source/i18n/unicode/
Dtznames.h392 UVector* fMatches; // vector of MatchEntry