Lines Matching refs:fResults
929 TimeZoneNames::MatchInfoCollection* fResults; member in ZNameSearchHandler
933 : fTypes(types), fMaxMatchLen(0), fResults(NULL) { in ZNameSearchHandler()
937 if (fResults != NULL) { in ~ZNameSearchHandler()
938 delete fResults; in ~ZNameSearchHandler()
956 if (fResults == NULL) { in handleMatch()
957 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
958 if (fResults == NULL) { in handleMatch()
963 U_ASSERT(fResults != NULL); in handleMatch()
965 … fResults->addZone(nameinfo->type, matchLength, UnicodeString(nameinfo->tzID, -1), status); in handleMatch()
968 … fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status); in handleMatch()
983 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
987 fResults = NULL; in getMatches()
1900 TimeZoneNames::MatchInfoCollection* fResults; member in TZDBNameSearchHandler
1905 : fTypes(types), fMaxMatchLen(0), fResults(NULL), fRegion(region) { in TZDBNameSearchHandler()
1909 if (fResults != NULL) { in ~TZDBNameSearchHandler()
1910 delete fResults; in ~TZDBNameSearchHandler()
1990 if (fResults == NULL) { in handleMatch()
1991 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch()
1992 if (fResults == NULL) { in handleMatch()
1997 U_ASSERT(fResults != NULL); in handleMatch()
1999 fResults->addMetaZone(ntype, matchLength, UnicodeString(match->mzID, -1), status); in handleMatch()
2012 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches()
2016 fResults = NULL; in getMatches()