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

  /external/icu4c/i18n/
tzgnames.h 56 UVector* fMatches; // vector of MatchEntry
tzgnames.cpp 124 : fMatches(matches) {
128 if (fMatches != NULL) {
129 delete fMatches;
135 if (fMatches == NULL) {
138 return fMatches->size();
143 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
152 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
161 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index);
    [all...]
tznames_impl.cpp 766 UVector* fMatches; // vector of MatchEntry
770 : fMatches(matches) {
774 if (fMatches != NULL) {
775 delete fMatches;
781 if (fMatches == NULL) {
784 return fMatches->size();
789 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
798 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
807 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index);
818 ZMatchInfo *minfo = (ZMatchInfo *)fMatches->elementAt(index)
    [all...]
  /external/skia/bench/
benchmain.cpp 326 SkTDArray<const char*> fMatches;
419 *fMatches.append() = *argv;
537 if (skip_name(fMatches, bench->getName())) {
  /external/skia/gm/
gmmain.cpp 664 SkTDArray<const char*> fMatches;
705 *fMatches.append() = *argv;
776 if (skip_name(fMatches, shortName)) {

Completed in 52 milliseconds