Searched refs:MATCHING_BRACKETS (Results 1 – 1 of 1) sorted by relevance
89 private static final Pattern MATCHING_BRACKETS; field in PhoneNumberMatcher140 MATCHING_BRACKETS = Pattern.compile(391 if (!MATCHING_BRACKETS.matcher(candidate).matches() || PUB_PAGES.matcher(candidate).find()) { in parseAndVerify()