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