Searched refs:retMatcher (Results 1 – 2 of 2) sorted by relevance
434 RegexMatcher *retMatcher = matcher(status); in matcher() local435 if (retMatcher != NULL) { in matcher()436 retMatcher->fDeferredStatus = status; in matcher()437 retMatcher->reset(input); in matcher()439 return retMatcher; in matcher()449 RegexMatcher *retMatcher = NULL; in matcher() local459 retMatcher = new RegexMatcher(this); in matcher()460 if (retMatcher == NULL) { in matcher()464 return retMatcher; in matcher()