Searched refs:IsCountry (Results 1 – 3 of 3) sorted by relevance
80 if (IsCountry(text)) in GetPossibleFieldTypes()204 bool Address::IsCountry(const string16& text) const { in IsCountry() function in Address
61 virtual bool IsCountry(const string16& text) const;
80 TEST(AddressTest, IsCountry) { in TEST() argument