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

  /external/icu/icu4c/source/i18n/unicode/
tznames.h 378 UVector* fMatches; // vector of MatchEntry
  /external/icu/icu4c/source/i18n/
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...]

Completed in 206 milliseconds