Searched refs:VALID_START_CHAR_PATTERN (Results 1 – 1 of 1) sorted by relevance
257 private static final Pattern VALID_START_CHAR_PATTERN = Pattern.compile(VALID_START_CHAR); field in PhoneNumberUtil640 Matcher m = VALID_START_CHAR_PATTERN.matcher(number);