Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc1852 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::FIXED_LINE)); in TEST_F()
1854 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::UNKNOWN)); in TEST_F()
1859 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::UNKNOWN)); in TEST_F()
1861 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::FIXED_LINE)); in TEST_F()
1864 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::MOBILE)); in TEST_F()
1867 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::TOLL_FREE)); in TEST_F()
1872 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::UNKNOWN)); in TEST_F()
1874 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::FIXED_LINE)); in TEST_F()
1876 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::MOBILE)); in TEST_F()
1878 phone_util_.IsPossibleNumberForType(number, PhoneNumberUtil::TOLL_FREE)); in TEST_F()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h572 bool IsPossibleNumberForType(const PhoneNumber& number,
Dphonenumberutil.cc2363 bool PhoneNumberUtil::IsPossibleNumberForType( in IsPossibleNumberForType() function in i18n::phonenumbers::PhoneNumberUtil