HomeSort by relevance Sort by last modified time
    Searched refs:PLUS_SIGN (Results 1 - 5 of 5) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 550 regexCache.getPatternForRegex("\\" + PhoneNumberUtil.PLUS_SIGN + "|" +
561 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN) {
605 if (nextChar == PhoneNumberUtil.PLUS_SIGN) {
PhoneNumberUtil.java 99 // The PLUS_SIGN signifies the international prefix.
100 static final char PLUS_SIGN = '+';
175 diallableCharMap.put(PLUS_SIGN, PLUS_SIGN);
269 // plus_sign*(([punctuation]|[star])*[digits]){3,}([punctuation]|[star]|[digits]|[alpha])*
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 70 milliseconds