Home
last modified time | relevance | path

Searched refs:FROM_NUMBER_WITH_PLUS_SIGN (Results 1 - 15 of 15) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A 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()
H A DPhoneNumberUtilTest.java1930 assertEquals(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, in testMaybeStripInternationalPrefix()
1984 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
1998 CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource()); in testMaybeExtractCountryCode()
2579 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testParseNumbersWithPlusWithNoRegion()
2843 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testParseAndKeepRaw()
3079 .setCountryCodeSource(PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN) in testIsNumberMatchIgnoresSomeFields()
H A DPhoneNumberMatcherTest.java55 number.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN); in testContainsMoreThanOneSlashInNationalNumber()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonenumber.java32 FROM_NUMBER_WITH_PLUS_SIGN, enum constant
H A DPhoneNumberMatcher.java618 (number.getCountryCodeSource() == CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN in containsMoreThanOneSlashInNationalNumber()
H A DPhoneNumberUtil.java1657 case FROM_NUMBER_WITH_PLUS_SIGN: in formatInOriginalFormat()
2981 return CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; in maybeStripInternationalPrefixAndNormalize()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumber.pb.js474 FROM_NUMBER_WITH_PLUS_SIGN: 1,
H A Dphonenumberutil_test.js2572 CCS.FROM_NUMBER_WITH_PLUS_SIGN,
2644 CCS.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource());
2661 CCS.FROM_NUMBER_WITH_PLUS_SIGN, number.getCountryCodeSource());
3379 .FROM_NUMBER_WITH_PLUS_SIGN);
3719 shorterAlphaNumber.setCountryCodeSource(CCS.FROM_NUMBER_WITH_PLUS_SIGN);
4039 brNumberOne.setCountryCodeSource(CCS.FROM_NUMBER_WITH_PLUS_SIGN);
H A Dphonenumberutil.js2275 .FROM_NUMBER_WITH_PLUS_SIGN:
3960 .FROM_NUMBER_WITH_PLUS_SIGN;
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc903 if (number.country_code_source() == PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN || in ContainsMoreThanOneSlashInNationalNumber()
H A Dphonenumber.pb.cc57 "FROM_NUMBER_WITH_PLUS_SIGN"
70 3, // 1 -> FROM_NUMBER_WITH_PLUS_SIGN
103 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN; member in i18n::phonenumbers::PhoneNumber
H A Dphonenumber.pb.h197 static constexpr CountryCodeSource FROM_NUMBER_WITH_PLUS_SIGN = member in i18n::phonenumbers::PROTOBUF_FINAL
H A Dphonenumberutil.cc1478 case PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN: in FormatInOriginalFormat()
2829 return PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN; in MaybeStripInternationalPrefixAndNormalize()
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumberutil_test.cc3003 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN, in TEST_F()
3135 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN, in TEST_F()
3146 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN, in TEST_F()
3388 br_number_1.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
4165 nz_number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
4634 PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()
H A Dphonenumbermatcher_test.cc366 number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITH_PLUS_SIGN); in TEST_F()

Completed in 41 milliseconds