Home | History | Annotate | Download | only in i18n

Lines Matching refs:fResults

183     UVector* fResults;
188 : fTypes(types), fResults(NULL), fMaxMatchLen(0) {
192 if (fResults != NULL) {
193 delete fResults;
211 if (fResults == NULL) {
212 fResults = new UVector(uhash_freeBlock, NULL, status);
213 if (fResults == NULL) {
226 fResults->addElement(gmatch, status);
245 UVector *results = fResults;
249 fResults = NULL;