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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatter.java85 Pattern.compile("[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*" +
86 "(\\$\\d" + "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*)+");
H A DPhoneNumberMatcher.java160 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit;
H A DPhoneNumberUtil.java224 static final String VALID_PUNCTUATION = "-x\u2010-\u2015\u2212\u30FC\uFF0D-\uFF0F " + field in class:PhoneNumberUtil
234 private static final Pattern SEPARATOR_PATTERN = Pattern.compile("[" + VALID_PUNCTUATION + "]+");
279 // Note VALID_PUNCTUATION starts with a -, so must be the first in the range.
282 "[" + PLUS_CHARS + "]*+(?:[" + VALID_PUNCTUATION + STAR_SIGN + "]*" + DIGITS + "){3,}[" +
283 VALID_PUNCTUATION + STAR_SIGN + VALID_ALPHA + DIGITS + "]*";

Completed in 76 milliseconds