Home
last modified time | relevance | path

Searched refs:FROM_NUMBER_WITHOUT_PLUS_SIGN (Results 1 - 14 of 14) sorted by relevance

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhonenumber.java34 FROM_NUMBER_WITHOUT_PLUS_SIGN, enum constant
H A DPhoneNumberMatcher.java619 || number.getCountryCodeSource() == CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN); in containsMoreThanOneSlashInNationalNumber()
H A DPhoneNumberUtil.java1663 case FROM_NUMBER_WITHOUT_PLUS_SIGN: in formatInOriginalFormat()
2921 phoneNumber.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN); in maybeExtractCountryCode()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumber.pb.js476 FROM_NUMBER_WITHOUT_PLUS_SIGN: 10,
H A Dphonenumberutil.js2284 .FROM_NUMBER_WITHOUT_PLUS_SIGN:
3875 .FROM_NUMBER_WITHOUT_PLUS_SIGN);
H A Dphonenumberutil_test.js2709 CCS.FROM_NUMBER_WITHOUT_PLUS_SIGN, number.getCountryCodeSource());
3714 shorterAlphaNumber.setCountryCodeSource(CCS.FROM_NUMBER_WITHOUT_PLUS_SIGN);
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dphonenumbermatcher_test.cc358 number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN); in TEST_F()
372 number.set_country_code_source(PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN); in TEST_F()
H A Dphonenumberutil_test.cc3173 EXPECT_EQ(PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN, in TEST_F()
4626 PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN); in TEST_F()
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java48 number.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN); in testContainsMoreThanOneSlashInNationalNumber()
61 number.setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN); in testContainsMoreThanOneSlashInNationalNumber()
H A DPhoneNumberUtilTest.java2037 CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN, in testMaybeExtractCountryCode()
2838 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN); in testParseAndKeepRaw()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc905 PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN) { in ContainsMoreThanOneSlashInNationalNumber()
H A Dphonenumber.pb.cc55 "FROM_NUMBER_WITHOUT_PLUS_SIGN"
72 1, // 10 -> FROM_NUMBER_WITHOUT_PLUS_SIGN
105 constexpr PhoneNumber_CountryCodeSource PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN; member in i18n::phonenumbers::PhoneNumber
H A Dphonenumber.pb.h201 static constexpr CountryCodeSource FROM_NUMBER_WITHOUT_PLUS_SIGN = member in i18n::phonenumbers::PROTOBUF_FINAL
H A Dphonenumberutil.cc1485 case PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN: in FormatInOriginalFormat()
3074 PhoneNumber::FROM_NUMBER_WITHOUT_PLUS_SIGN); in MaybeExtractCountryCode()

Completed in 44 milliseconds