HomeSort by relevance Sort by last modified time
    Searched refs:fMatches (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
tznames.cpp 364 : fMatches(NULL) {
368 if (fMatches != NULL) {
369 delete fMatches;
409 if (fMatches == NULL) {
412 return fMatches->size();
417 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
436 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
447 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
460 if (fMatches != NULL)
    [all...]
tzgnames.cpp 134 UVector* fMatches; // vector of MatchEntry
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);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tznames.h 380 UVector* fMatches; // vector of MatchEntry

Completed in 580 milliseconds