Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/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.java1925 assertEquals(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, in testMaybeStripInternationalPrefix()
1979 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
1993 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
2578 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testParseNumbersWithPlusWithNoRegion()
2842 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testParseAndKeepRaw()
3015 .setCountryCodeSource(PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN) in testIsNumberMatchIgnoresSomeFields()
DPhoneNumberMatcherTest.java55 number.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testContainsMoreThanOneSlashInNationalNumber()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java32 FROM_NUMBER_WITH_PLUS_SIGN, enumConstant
DPhoneNumberMatcher.java618 (number.getCountryCodeSource() == CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN in containsMoreThanOneSlashInNationalNumber()
DPhoneNumberUtil.java1643 case FROM_NUMBER_WITH_PLUS_SIGN:
2967 return CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonenumber.pb.js474 FROM_NUMBER_WITH_PLUS_SIGN: 1, property
Dphonenumberutil_test.js2565 CCS.FROM_NUMBER_WITH_PLUS_SIGN,
2637 CCS.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource());
2654 CCS.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource());
3378 .FROM_NUMBER_WITH_PLUS_SIGN);
3718 shorterAlphaNumber.setCountryCodeSource(CCS.FROM_NUMBER_WITH_PLUS_SIGN);
3976 brNumberOne.setCountryCodeSource(CCS.FROM_NUMBER_WITH_PLUS_SIGN);
Dphonenumberutil.js2207 .FROM_NUMBER_WITH_PLUS_SIGN:
3892 .FROM_NUMBER_WITH_PLUS_SIGN;
/third_party/libphonenumber/resources/
Dphonenumber.proto97 FROM_NUMBER_WITH_PLUS_SIGN = 1; enumerator
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.pb.cc103 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN; member in i18n::phonenumbers::PhoneNumber
Dphonenumbermatcher.cc894 if (number.country_code_source() == PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN || in ContainsMoreThanOneSlashInNationalNumber()
Dphonenumber.pb.h197 static constexpr CountryCodeSource FROM_NUMBER_WITH_PLUS_SIGN = variable
Dphonenumberutil.cc1447 case PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN: in FormatInOriginalFormat()
2798 return PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN; in MaybeStripInternationalPrefixAndNormalize()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc2987 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN, in TEST_F()
3119 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN, in TEST_F()
3130 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN, in TEST_F()
3372 br_number_1.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
4155 nz_number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
4624 PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
Dphonenumbermatcher_test.cc366 number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()