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

  /external/icu4c/i18n/unicode/
tznames.h 369 UVector* fMatches; // vector of MatchEntry
  /external/icu4c/i18n/
tzgnames.cpp 135 UVector* fMatches; // vector of MatchEntry
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);
    [all...]

Completed in 24 milliseconds