• Home
  • Raw
  • Download

Lines Matching refs:fResults

919     TimeZoneNames::MatchInfoCollection* fResults;  member in ZNameSearchHandler
923 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
927 if (fResults != NULL) { in ~ZNameSearchHandler()
928 delete fResults; in ~ZNameSearchHandler()
946 if (fResults == NULL) { in handleMatch()
947 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
948 if (fResults == NULL) { in handleMatch()
953 U_ASSERT(fResults != NULL); in handleMatch()
955fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch()
958fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch()
973 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
977 fResults = NULL; in getMatches()
1890 TimeZoneNames::MatchInfoCollection* fResults; member in TZDBNameSearchHandler
1895 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1899 if (fResults != NULL) { in ~TZDBNameSearchHandler()
1900 delete fResults; in ~TZDBNameSearchHandler()
1980 if (fResults == NULL) { in handleMatch()
1981 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
1982 if (fResults == NULL) { in handleMatch()
1987 U_ASSERT(fResults != NULL); in handleMatch()
1989 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
2002 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
2006 fResults = NULL; in getMatches()