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/ |
D | PhonenumberTest.java | 57 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()
|
D | PhoneNumberUtilTest.java | 1925 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()
|
D | PhoneNumberMatcherTest.java | 55 number.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testContainsMoreThanOneSlashInNationalNumber()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | Phonenumber.java | 32 FROM_NUMBER_WITH_PLUS_SIGN, enumConstant
|
D | PhoneNumberMatcher.java | 618 (number.getCountryCodeSource() == CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN in containsMoreThanOneSlashInNationalNumber()
|
D | PhoneNumberUtil.java | 1643 case FROM_NUMBER_WITH_PLUS_SIGN: 2967 return CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonenumber.pb.js | 474 FROM_NUMBER_WITH_PLUS_SIGN: 1, property
|
D | phonenumberutil_test.js | 2565 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);
|
D | phonenumberutil.js | 2207 .FROM_NUMBER_WITH_PLUS_SIGN: 3892 .FROM_NUMBER_WITH_PLUS_SIGN;
|
/third_party/libphonenumber/resources/ |
D | phonenumber.proto | 97 FROM_NUMBER_WITH_PLUS_SIGN = 1; enumerator
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumber.pb.cc | 103 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN; member in i18n::phonenumbers::PhoneNumber
|
D | phonenumbermatcher.cc | 894 if (number.country_code_source() == PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN || in ContainsMoreThanOneSlashInNationalNumber()
|
D | phonenumber.pb.h | 197 static constexpr CountryCodeSource FROM_NUMBER_WITH_PLUS_SIGN = variable
|
D | phonenumberutil.cc | 1447 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/ |
D | phonenumberutil_test.cc | 2987 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()
|
D | phonenumbermatcher_test.cc | 366 number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
|