Searched refs:zipMatcher (Results 1 – 1 of 1) sorted by relevance
431 Matcher zipMatcher = sWordRe.matcher(content); in attemptMatch() local432 if (zipMatcher.find(stateMatch.end())) { in attemptMatch()433 if (isValidZipCode(zipMatcher.group(0), stateMatch)) { in attemptMatch()434 return zipMatcher.end(); in attemptMatch()