Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h638 bool GetExampleNumberForType(const string& region_code,
646 bool GetExampleNumberForType(PhoneNumberType type,
Dphonenumberutil.cc1939 return GetExampleNumberForType(region_code, FIXED_LINE, number); in GetExampleNumber()
1998 bool PhoneNumberUtil::GetExampleNumberForType( in GetExampleNumberForType() function in i18n::phonenumbers::PhoneNumberUtil
2022 bool PhoneNumberUtil::GetExampleNumberForType( in GetExampleNumberForType() function in i18n::phonenumbers::PhoneNumberUtil
2029 if (GetExampleNumberForType(region_code, type, number)) { in GetExampleNumberForType()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc409 success = phone_util_.GetExampleNumberForType( in TEST_F()
415 success = phone_util_.GetExampleNumberForType( in TEST_F()
419 success = phone_util_.GetExampleNumberForType( in TEST_F()
423 success = phone_util_.GetExampleNumberForType( in TEST_F()
429 success = phone_util_.GetExampleNumberForType( in TEST_F()
435 success = phone_util_.GetExampleNumberForType( in TEST_F()
442 EXPECT_FALSE(phone_util_.GetExampleNumberForType( in TEST_F()
491 bool success = phone_util_.GetExampleNumberForType( in TEST_F()
500 success = phone_util_.GetExampleNumberForType(PhoneNumberUtil::MOBILE, in TEST_F()
506 success = phone_util_.GetExampleNumberForType(PhoneNumberUtil::PREMIUM_RATE, in TEST_F()