Searched refs:retMatcher (Results 1 – 4 of 4) 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()
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()