Searched refs:PLUS_SIGN (Results 1 - 2 of 2) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatter.java442 regexCache.getPatternForRegex("\\" + PhoneNumberUtil.PLUS_SIGN + "|" +
452 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN) {
494 if (nextChar == PhoneNumberUtil.PLUS_SIGN) {
H A DPhoneNumberUtil.java90 // The PLUS_SIGN signifies the international prefix.
91 static final char PLUS_SIGN = '+'; field in class:PhoneNumberUtil
1409 formattedNumber.insert(0, countryCallingCode).insert(0, PLUS_SIGN);
1412 formattedNumber.insert(0, " ").insert(0, countryCallingCode).insert(0, PLUS_SIGN);
1415 formattedNumber.insert(0, "-").insert(0, countryCallingCode) .insert(0, PLUS_SIGN);

Completed in 119 milliseconds