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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtznames.cpp354 : fMatches(NULL) {
358 if (fMatches != NULL) {
359 delete fMatches;
399 if (fMatches == NULL) {
402 return fMatches->size();
407 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
437 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
450 if (fMatches !
[all...]
H A Dtzgnames.cpp135 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneGenericNameMatchInfo
139 : fMatches(matches) {
143 if (fMatches != NULL) {
144 delete fMatches;
150 if (fMatches == NULL) {
153 return fMatches->size();
158 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
167 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
176 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dtznames.h369 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneNames::MatchInfoCollection

Completed in 181 milliseconds