OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsState
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autofill/
address.h
60
virtual bool
IsState
(const string16& text) const;
address.cc
74
if (
IsState
(text))
200
bool Address::
IsState
(const string16& text) const {
/external/chromium_org/content/common/android/
address_parser_unittest.cc
56
bool
IsState
(const std::string& state) const {
149
EXPECT_TRUE(
IsState
("CALIFORNIA"));
150
EXPECT_TRUE(
IsState
("ca"));
152
EXPECT_FALSE(
IsState
("californi"));
153
EXPECT_FALSE(
IsState
("northern mariana"));
154
EXPECT_FALSE(
IsState
("northern mariana island"));
155
EXPECT_FALSE(
IsState
("zz"));
Completed in 65 milliseconds