Lines Matching refs:fResults
203 UVector* fResults; member in GNameSearchHandler
208 : fTypes(types), fResults(NULL), fMaxMatchLen(0) { in GNameSearchHandler()
212 if (fResults != NULL) { in ~GNameSearchHandler()
213 delete fResults; in ~GNameSearchHandler()
231 if (fResults == NULL) { in handleMatch()
232 fResults = new UVector(uprv_free, NULL, status); in handleMatch()
233 if (fResults == NULL) { in handleMatch()
238 U_ASSERT(fResults != NULL); in handleMatch()
247 fResults->addElementX(gmatch, status); in handleMatch()
266 UVector *results = fResults; in getMatches()
270 fResults = NULL; in getMatches()