Lines Matching refs:fResults

809     TimeZoneNames::MatchInfoCollection* fResults;  member in ZNameSearchHandler
813 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
817 if (fResults != NULL) { in ~ZNameSearchHandler()
818 delete fResults; in ~ZNameSearchHandler()
836 if (fResults == NULL) { in handleMatch()
837 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
838 if (fResults == NULL) { in handleMatch()
843 U_ASSERT(fResults != NULL); in handleMatch()
845fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch()
848fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch()
863 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
867 fResults = NULL; in getMatches()
1622 TimeZoneNames::MatchInfoCollection* fResults; member in TZDBNameSearchHandler
1627 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1631 if (fResults != NULL) { in ~TZDBNameSearchHandler()
1632 delete fResults; in ~TZDBNameSearchHandler()
1712 if (fResults == NULL) { in handleMatch()
1713 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
1714 if (fResults == NULL) { in handleMatch()
1719 U_ASSERT(fResults != NULL); in handleMatch()
1721 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
1734 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
1738 fResults = NULL; in getMatches()