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