OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CanonicalizeSubKey
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libaddressinput/chromium/
chrome_rule_test.cc
54
rule.
CanonicalizeSubKey
(input, true, &output))
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
rule_test.cc
307
EXPECT_TRUE(rule.
CanonicalizeSubKey
("BAR", false, &sub_key));
311
EXPECT_TRUE(rule.
CanonicalizeSubKey
("Bartopolis", false, &sub_key));
316
EXPECT_TRUE(rule.
CanonicalizeSubKey
("Bartopolis2", false, &sub_key));
321
EXPECT_TRUE(rule.
CanonicalizeSubKey
("Bartopolis2", true, &sub_key));
325
EXPECT_FALSE(rule.
CanonicalizeSubKey
("Beertopia", false, &sub_key));
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
rule.h
163
bool
CanonicalizeSubKey
(const std::string& user_input,
rule.cc
299
bool Rule::
CanonicalizeSubKey
(const std::string& user_input,
address_validator.cc
289
!rule.
CanonicalizeSubKey
(user_input, false, &sub_key)) {
511
return rule.
CanonicalizeSubKey
(address_data->administrative_area,
Completed in 441 milliseconds