Searched refs:UNWANTED_END_CHARS (Results 1 – 1 of 1) sorted by relevance
258 private static final String UNWANTED_END_CHARS = "[[\\P{N}&&\\P{L}]&&[^#]]+$"; field in PhoneNumberUtil259 static final Pattern UNWANTED_END_CHAR_PATTERN = Pattern.compile(UNWANTED_END_CHARS);