Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc884 TEST_F(PhoneNumberUtilTest, FormatOutOfCountryKeepingAlphaChars) { in TEST_F() argument
890 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
897 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
904 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
911 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
918 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
923 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
932 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
942 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
950 phone_util_.FormatOutOfCountryKeepingAlphaChars(alpha_numeric_number, in TEST_F()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h427 void FormatOutOfCountryKeepingAlphaChars(
Dphonenumberutil.cc1589 void PhoneNumberUtil::FormatOutOfCountryKeepingAlphaChars( in FormatOutOfCountryKeepingAlphaChars() function in i18n::phonenumbers::PhoneNumberUtil