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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp344 : fMatches(NULL) {
348 if (fMatches != NULL) {
349 delete fMatches;
389 if (fMatches == NULL) {
392 return fMatches->size();
397 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
406 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
427 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
440 if (fMatches !
[all...]
H A Dtzgnames.cpp134 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneGenericNameMatchInfo
138 : fMatches(matches) {
142 if (fMatches != NULL) {
143 delete fMatches;
149 if (fMatches == NULL) {
152 return fMatches->size();
157 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
166 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
175 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp344 : fMatches(NULL) {
348 if (fMatches != NULL) {
349 delete fMatches;
389 if (fMatches == NULL) {
392 return fMatches->size();
397 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
406 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
427 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
440 if (fMatches !
[all...]
H A Dtzgnames.cpp134 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneGenericNameMatchInfo
138 : fMatches(matches) {
142 if (fMatches != NULL) {
143 delete fMatches;
149 if (fMatches == NULL) {
152 return fMatches->size();
157 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
166 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
175 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h368 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneNames::MatchInfoCollection
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h366 UVector* fMatches; // vector of MatchEntry member in class:TimeZoneNames::MatchInfoCollection

Completed in 163 milliseconds