Searched refs:UNWANTED_END_CHAR_PATTERN (Results 1 – 2 of 2) sorted by relevance
356 PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN, in extractInnerMatch()366 PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN, groupMatcher.group(1)); in extractInnerMatch()
271 static final Pattern UNWANTED_END_CHAR_PATTERN = Pattern.compile(UNWANTED_END_CHARS); field in PhoneNumberUtil644 Matcher trailingCharsMatcher = UNWANTED_END_CHAR_PATTERN.matcher(number);