Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/test/com/google/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.java1538 assertEquals(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, in testMaybeStripInternationalPrefix()
1592 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
1606 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
2175 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN). in testParseNumbersWithPlusWithNoRegion()
2292 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testParseAndKeepRaw()
2411 .setCountryCodeSource(PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN) in testIsNumberMatchMatches()
DPhoneNumberMatcherTest.java55 number.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testContainsMoreThanOneSlashInNationalNumber()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java32 FROM_NUMBER_WITH_PLUS_SIGN, enumConstant
39 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; in PhoneNumber()
159 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; in clearCountryCodeSource()
DPhoneNumberMatcher.java613 (number.getCountryCodeSource() == CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN || in containsMoreThanOneSlashInNationalNumber()
DPhoneNumberUtil.java1480 case FROM_NUMBER_WITH_PLUS_SIGN:
2619 return CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;