Searched refs:VALID_START_CHAR_PATTERN (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java244 private static final Pattern VALID_START_CHAR_PATTERN = Pattern.compile(VALID_START_CHAR); field in class:PhoneNumberUtil
673 * start a phone number are defined in the VALID_START_CHAR_PATTERN. If none of these characters
686 Matcher m = VALID_START_CHAR_PATTERN.matcher(number);

Completed in 55 milliseconds