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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java217 static final String VALID_PUNCTUATION = "-x\u2010-\u2015\u2212\u30FC\uFF0D-\uFF0F " + field in class:PhoneNumberUtil
227 private static final Pattern SEPARATOR_PATTERN = Pattern.compile("[" + VALID_PUNCTUATION + "]+");
265 // Note VALID_PUNCTUATION starts with a -, so must be the first in the range.
267 "[" + PLUS_CHARS + "]*+(?:[" + VALID_PUNCTUATION + STAR_SIGN + "]*" + DIGITS + "){3,}[" +
268 VALID_PUNCTUATION + STAR_SIGN + VALID_ALPHA + DIGITS + "]*";

Completed in 73 milliseconds