Home
last modified time | relevance | path

Searched refs:FormatOutOfCountryCallingNumber (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc768 TEST_F(PhoneNumberUtilTest, FormatOutOfCountryCallingNumber) { in TEST_F() argument
773 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::DE(), in TEST_F()
778 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::BS(), in TEST_F()
781 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::PL(), in TEST_F()
787 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::US(), in TEST_F()
793 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::GB(), in TEST_F()
799 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::DE(), in TEST_F()
806 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::US(), in TEST_F()
809 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::IT(), in TEST_F()
812 phone_util_.FormatOutOfCountryCallingNumber(test_number, RegionCode::SG(), in TEST_F()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h392 void FormatOutOfCountryCallingNumber(
Dphonenumberutil.cc1352 void PhoneNumberUtil::FormatOutOfCountryCallingNumber( in FormatOutOfCountryCallingNumber() function in i18n::phonenumbers::PhoneNumberUtil
1451 FormatOutOfCountryCallingNumber(number, region_calling_from, in FormatInOriginalFormat()
1596 FormatOutOfCountryCallingNumber(number, calling_from, formatted_number); in FormatOutOfCountryKeepingAlphaChars()