HomeSort by relevance Sort by last modified time
    Searched defs:VALID_PUNCTUATION (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 239 static final String VALID_PUNCTUATION = "-x\u2010-\u2015\u2212\u30FC\uFF0D-\uFF0F "
250 private static final Pattern SEPARATOR_PATTERN = Pattern.compile("[" + VALID_PUNCTUATION + "]+");
295 // Note VALID_PUNCTUATION starts with a -, so must be the first in the range.
298 + "[" + PLUS_CHARS + "]*+(?:[" + VALID_PUNCTUATION + STAR_SIGN + "]*" + DIGITS + "){3,}["
299 + VALID_PUNCTUATION + STAR_SIGN + VALID_ALPHA + DIGITS + "]*";
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 540 milliseconds