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

/external/guava/guava/src/com/google/common/net/
H A DPercentEscaper.java62 private static final char[] PLUS_SIGN = { '+' }; field in class:PercentEscaper
181 return PLUS_SIGN;
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DAsYouTypeFormatter.java569 regexCache.getPatternForRegex("\\" + PhoneNumberUtil.PLUS_SIGN + "|" +
580 if (accruedInputWithoutFormatting.charAt(0) != PhoneNumberUtil.PLUS_SIGN) {
627 if (nextChar == PhoneNumberUtil.PLUS_SIGN) {
H A DPhoneNumberUtil.java91 // The PLUS_SIGN signifies the international prefix.
92 static final char PLUS_SIGN = '+'; field in class:PhoneNumberUtil
172 diallableCharMap.put(PLUS_SIGN, PLUS_SIGN);
1680 formattedNumber.insert(0, countryCallingCode).insert(0, PLUS_SIGN);
1683 formattedNumber.insert(0, " ").insert(0, countryCallingCode).insert(0, PLUS_SIGN);
1686 formattedNumber.insert(0, "-").insert(0, countryCallingCode).insert(0, PLUS_SIGN)
2912 if (numberToParse.charAt(phoneContextStart) == PLUS_SIGN) {
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 618 milliseconds