Searched refs:retMatcher (Results 1 – 2 of 2) sorted by relevance
481 RegexMatcher *retMatcher = matcher(status); in matcher() local482 if (retMatcher != NULL) { in matcher()483 retMatcher->fDeferredStatus = status; in matcher()484 retMatcher->reset(input); in matcher()486 return retMatcher; in matcher()496 RegexMatcher *retMatcher = NULL; in matcher() local506 retMatcher = new RegexMatcher(this); in matcher()507 if (retMatcher == NULL) { in matcher()511 return retMatcher; in matcher()