Home
last modified time | relevance | path

Searched refs:FROM_NUMBER_WITH_PLUS_SIGN (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhonenumberTest.java57 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testEqualWithCountryCodeSourceSet()
60 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testEqualWithCountryCodeSourceSet()
79 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testNonEqualWithDifferingRawInput()
85 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testNonEqualWithDifferingRawInput()
DPhoneNumberUtilTest.java1458 assertEquals(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, in testMaybeStripInternationalPrefix()
1512 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
1526 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
2091 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN). in testParseNumbersWithPlusWithNoRegion()
2189 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testParseAndKeepRaw()
2283 .setCountryCodeSource(PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN) in testIsNumberMatchMatches()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhonenumber.java32 FROM_NUMBER_WITH_PLUS_SIGN, enumConstant
39 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; in PhoneNumber()
143 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; in clearCountryCodeSource()
DPhoneNumberUtil.java1357 case FROM_NUMBER_WITH_PLUS_SIGN:
2496 return CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;