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

/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Dregion_data_constants_test.cc89 TEST(RegionDataConstantsTest, GetMaxLookupKeyDepth) {
90 EXPECT_EQ(0, RegionDataConstants::GetMaxLookupKeyDepth("NZ"));
91 EXPECT_EQ(1, RegionDataConstants::GetMaxLookupKeyDepth("HK"));
92 EXPECT_EQ(2, RegionDataConstants::GetMaxLookupKeyDepth("US"));
93 EXPECT_EQ(3, RegionDataConstants::GetMaxLookupKeyDepth("CN"));
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dregion_data_constants.h33 static size_t GetMaxLookupKeyDepth(const std::string& region_code);
H A Dondemand_supplier.cc50 RegionDataConstants::GetMaxLookupKeyDepth(lookup_key.GetRegionCode()));
H A Dlookup_key.cc49 if (RegionDataConstants::GetMaxLookupKeyDepth(region_code) == 0) {
H A Dregion_data_builder.cc113 RegionDataConstants::GetMaxLookupKeyDepth(region_code);
H A Dpreload_supplier.cc349 RegionDataConstants::GetMaxLookupKeyDepth(lookup_key.GetRegionCode()));
H A Dregion_data_constants.cc1460 size_t RegionDataConstants::GetMaxLookupKeyDepth( function in class:i18n::addressinput::RegionDataConstants

Completed in 490 milliseconds