Searched defs:ContainsHouseNumber (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/android/
H A Daddress_parser_unittest.cc38 bool ContainsHouseNumber(const std::string& content) const { function in class:AddressParserTest
129 EXPECT_FALSE(ContainsHouseNumber("0th"));
130 EXPECT_FALSE(ContainsHouseNumber("25st"));
131 EXPECT_FALSE(ContainsHouseNumber("111th"));
132 EXPECT_FALSE(ContainsHouseNumber("011th"));
133 EXPECT_FALSE(ContainsHouseNumber("27AZ"));
134 EXPECT_FALSE(ContainsHouseNumber("22ÂșC"));
135 EXPECT_FALSE(ContainsHouseNumber("3.141592"));
136 EXPECT_FALSE(ContainsHouseNumber("more than five digits: 123456"));
137 EXPECT_FALSE(ContainsHouseNumber("kjhdfkajsdhf98uf93
[all...]

Completed in 87 milliseconds