Home
last modified time | relevance | path

Searched refs:has_country_code_source (Results 1 – 5 of 5) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumber.cc54 if (first_number.has_country_code_source() != in ExactlySameAs()
55 second_number.has_country_code_source() || in ExactlySameAs()
Dphonenumber.pb.h338 bool has_country_code_source() const;
661 inline bool PhoneNumber::has_country_code_source() const { in has_country_code_source() function
Dphonenumberutil.cc1442 if (!number.has_country_code_source()) { in FormatInOriginalFormat()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dtest_util.cc39 if (number.has_country_code_source()) { in operator <<()
Dphonenumberutil_test.cc3168 EXPECT_FALSE(number.has_country_code_source()); in TEST_F()
3180 EXPECT_FALSE(number.has_country_code_source()); in TEST_F()
3557 EXPECT_FALSE(nz_number.has_country_code_source()); in TEST_F()