Home
last modified time | relevance | path

Searched refs:GetExampleShortNumber (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/test/phonenumbers/
H A Dshortnumberinfo_test.cc301 TEST_F(ShortNumberInfoTest, GetExampleShortNumber) { in TEST_F() argument
302 EXPECT_FALSE(short_info_.GetExampleShortNumber(RegionCode::AD()).empty()); in TEST_F()
303 EXPECT_FALSE(short_info_.GetExampleShortNumber(RegionCode::FR()).empty()); in TEST_F()
304 EXPECT_TRUE(short_info_.GetExampleShortNumber(RegionCode::UN001()).empty()); in TEST_F()
306 short_info_.GetExampleShortNumber(RegionCode::GetUnknown()).empty()); in TEST_F()
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/test/phonenumbers/
H A Dshortnumberinfo_test.cc300 TEST_F(ShortNumberInfoTest, GetExampleShortNumber) { in TEST_F() argument
301 EXPECT_FALSE(short_info_.GetExampleShortNumber(RegionCode::AD()).empty()); in TEST_F()
302 EXPECT_FALSE(short_info_.GetExampleShortNumber(RegionCode::FR()).empty()); in TEST_F()
303 EXPECT_TRUE(short_info_.GetExampleShortNumber(RegionCode::UN001()).empty()); in TEST_F()
305 short_info_.GetExampleShortNumber(RegionCode::GetUnknown()).empty()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/src/phonenumbers/
H A Dshortnumberinfo.h123 string GetExampleShortNumber(const string& region_code) const;
H A Dshortnumberinfo.cc294 string ShortNumberInfo::GetExampleShortNumber(const string& region_code) const { in GetExampleShortNumber() function in i18n::phonenumbers::ShortNumberInfo
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/src/phonenumbers/
H A Dshortnumberinfo.h123 string GetExampleShortNumber(const string& region_code) const;
H A Dshortnumberinfo.cc294 string ShortNumberInfo::GetExampleShortNumber(const string& region_code) const { in GetExampleShortNumber() function in i18n::phonenumbers::ShortNumberInfo