OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPostalCodeMatcher
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
rule_test.cc
81
EXPECT_TRUE(rule.
GetPostalCodeMatcher
() != NULL);
82
EXPECT_TRUE(copy.
GetPostalCodeMatcher
() == NULL);
100
EXPECT_TRUE(copy.
GetPostalCodeMatcher
() != NULL);
214
EXPECT_TRUE(rule.
GetPostalCodeMatcher
() != NULL);
220
EXPECT_TRUE(rule.
GetPostalCodeMatcher
() == NULL);
228
EXPECT_TRUE(rule.
GetPostalCodeMatcher
() != NULL);
362
EXPECT_TRUE(rule.
GetPostalCodeMatcher
() != NULL);
366
EXPECT_TRUE(copy.
GetPostalCodeMatcher
() == NULL);
370
EXPECT_TRUE(copy.
GetPostalCodeMatcher
() != NULL);
ondemand_supply_task_test.cc
132
EXPECT_TRUE(rule_[0]->
GetPostalCodeMatcher
() == NULL);
supplier_test.cc
181
EXPECT_TRUE(rule_[0]->
GetPostalCodeMatcher
() != NULL);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_input_helper.cc
127
const RE2ptr* postal_code_reg_exp = region_rule->
GetPostalCodeMatcher
();
161
const RE2ptr* postal_code_prefix = rule->
GetPostalCodeMatcher
();
rule.h
96
const RE2ptr*
GetPostalCodeMatcher
() const {
validation_task.cc
191
const RE2ptr* format_ptr = country_rule.
GetPostalCodeMatcher
();
208
const RE2ptr* prefix_ptr = hierarchy.rule[depth]->
GetPostalCodeMatcher
();
Completed in 188 milliseconds