• Home
  • Raw
  • Download

Lines Matching refs:fResults

925     TimeZoneNames::MatchInfoCollection* fResults;  member in ZNameSearchHandler
929 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
933 if (fResults != NULL) { in ~ZNameSearchHandler()
934 delete fResults; in ~ZNameSearchHandler()
952 if (fResults == NULL) { in handleMatch()
953 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
954 if (fResults == NULL) { in handleMatch()
959 U_ASSERT(fResults != NULL); in handleMatch()
961fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch()
964fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch()
979 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
983 fResults = NULL; in getMatches()
1896 TimeZoneNames::MatchInfoCollection* fResults; member in TZDBNameSearchHandler
1901 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1905 if (fResults != NULL) { in ~TZDBNameSearchHandler()
1906 delete fResults; in ~TZDBNameSearchHandler()
1986 if (fResults == NULL) { in handleMatch()
1987 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
1988 if (fResults == NULL) { in handleMatch()
1993 U_ASSERT(fResults != NULL); in handleMatch()
1995 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
2008 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
2012 fResults = NULL; in getMatches()