Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc2025 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2028 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2034 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2037 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2041 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2045 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2050 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2053 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2056 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
2059 phone_util_.IsPossibleNumberForTypeWithReason( in TEST_F()
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h561 ValidationResult IsPossibleNumberForTypeWithReason(
Dphonenumberutil.cc2365 ValidationResult result = IsPossibleNumberForTypeWithReason(number, type); in IsPossibleNumberForType()
2382 return IsPossibleNumberForTypeWithReason(number, PhoneNumberUtil::UNKNOWN); in IsPossibleNumberWithReason()
2386 PhoneNumberUtil::IsPossibleNumberForTypeWithReason(const PhoneNumber& number, in IsPossibleNumberForTypeWithReason() function in i18n::phonenumbers::PhoneNumberUtil