Home
last modified time | relevance | path

Searched refs:PLUS_SIGN (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/net/
DPercentEscaper.java62 private static final char[] PLUS_SIGN = { '+' }; field in PercentEscaper
181 return PLUS_SIGN; in escape()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java572 regexCache.getPatternForRegex("\\" + PhoneNumberUtil.PLUS_SIGN + "|" in attemptToExtractIdd()
583 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN) { in attemptToExtractIdd()
630 if (nextChar == PhoneNumberUtil.PLUS_SIGN) { in normalizeAndAccrueDigitsAndPlusSign()
DPhoneNumberUtil.java96 static final char PLUS_SIGN = '+'; field in PhoneNumberUtil
189 diallableCharMap.put(PLUS_SIGN, PLUS_SIGN); in diallableCharMap.put() argument
1737 formattedNumber.insert(0, countryCallingCode).insert(0, PLUS_SIGN);
1740 formattedNumber.insert(0, " ").insert(0, countryCallingCode).insert(0, PLUS_SIGN);
1743 formattedNumber.insert(0, "-").insert(0, countryCallingCode).insert(0, PLUS_SIGN)
3073 if (numberToParse.charAt(phoneContextStart) == PLUS_SIGN) {