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

  /external/icu4c/i18n/
tznames.cpp 377 : fMatches(NULL) {
381 if (fMatches != NULL) {
382 delete fMatches;
422 if (fMatches == NULL) {
425 return fMatches->size();
430 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
439 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
449 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
460 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx);
473 if (fMatches != NULL)
    [all...]
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...]
  /external/icu4c/i18n/unicode/
tznames.h 347 UVector* fMatches; // vector of MatchEntry
  /external/skia/bench/
benchmain.cpp 424 SkTDArray<const char*> fMatches;
566 *fMatches.append() = *argv;
735 if (skip_name(fMatches, bench->getName())) {
  /external/skia/gm/
gmmain.cpp     [all...]

Completed in 275 milliseconds