Searched refs:retMatcher (Results 1 – 1 of 1) sorted by relevance
470 RegexMatcher *retMatcher = matcher(status); in matcher() local471 if (retMatcher != NULL) { in matcher()472 retMatcher->fDeferredStatus = status; in matcher()473 retMatcher->reset(input); in matcher()475 return retMatcher; in matcher()485 RegexMatcher *retMatcher = NULL; in matcher() local495 retMatcher = new RegexMatcher(this); in matcher()496 if (retMatcher == NULL) { in matcher()500 return retMatcher; in matcher()