Home
last modified time | relevance | path

Searched refs:VALID_PUNCTUATION (Results 1 – 6 of 6) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java76 Pattern.compile("[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*"
77 + "\\$1" + "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*(\\$\\d"
78 + "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]*)*");
DPhoneNumberUtil.java239 static final String VALID_PUNCTUATION = "-x\u2010-\u2015\u2212\u30FC\uFF0D-\uFF0F " field in PhoneNumberUtil
250 private static final Pattern SEPARATOR_PATTERN = Pattern.compile("[" + VALID_PUNCTUATION + "]+");
298 + "[" + PLUS_CHARS + "]*+(?:[" + VALID_PUNCTUATION + STAR_SIGN + "]*" + DIGITS + "){3,}["
299 + VALID_PUNCTUATION + STAR_SIGN + VALID_ALPHA + DIGITS + "]*";
DPhoneNumberMatcher.java161 String punctuation = "[" + PhoneNumberUtil.VALID_PUNCTUATION + "]" + punctuationLimit;
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dasyoutypeformatter.js223 '^[' + i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION + ']*' + '\\$1'
224 + '[' + i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION + ']*(\\$\\d'
225 + '[' + i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION + ']*)*$');
Dphonenumberutil.js552 i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION =
611 '[' + i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION + ']+';
722 i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION +
725 i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION +
/third_party/libphonenumber/
Drelease_notes.txt1129 - Documentation update for private variables VALID_PUNCTUATION and