Home
last modified time | relevance | path

Searched refs:map_IT_ (Results 1 - 1 of 1) sorted by relevance

/third_party/libphonenumber/cpp/test/phonenumbers/geocoding/
H A Darea_code_map_test.cc132 MakeCodeMapIT(&map_IT_); in SetUp()
136 scoped_ptr<AreaCodeMap> map_IT_; member in i18n::phonenumbers::AreaCodeMapTest
177 EXPECT_STREQ("Milan", map_IT_->Lookup(number)); in TEST_F()
180 EXPECT_STREQ("Rome", map_IT_->Lookup(number)); in TEST_F()
183 EXPECT_STREQ("Novara", map_IT_->Lookup(number)); in TEST_F()
188 EXPECT_STREQ(NULL, map_IT_->Lookup(number)); in TEST_F()
193 EXPECT_STREQ("Novara", map_IT_->Lookup(number)); in TEST_F()

Completed in 1 milliseconds