Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h189 void GetSupportedCallingCodes(std::set<int>* calling_codes) const;
Dphonenumberutil.cc917 void PhoneNumberUtil::GetSupportedCallingCodes( in GetSupportedCallingCodes() function in i18n::phonenumbers::PhoneNumberUtil
/third_party/libphonenumber/cpp/test/phonenumbers/
Dphonenumberutil_test.cc176 TEST_F(PhoneNumberUtilTest, GetSupportedCallingCodes) { in TEST_F() argument
179 phone_util_.GetSupportedCallingCodes(&calling_codes); in TEST_F()