Home
last modified time | relevance | path

Searched refs:postal_code_matcher_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/cpp/src/
Drule.cc117 postal_code_matcher_(NULL), in Rule()
148 postal_code_matcher_.reset( in CopyFrom()
149 rule.postal_code_matcher_ == NULL in CopyFrom()
151 : new RE2ptr(new RE2(rule.postal_code_matcher_->ptr->pattern(), in CopyFrom()
152 rule.postal_code_matcher_->ptr->options()))); in CopyFrom()
214 postal_code_matcher_.reset(new RE2ptr(matcher)); in ParseJsonRule()
216 postal_code_matcher_.reset(NULL); in ParseJsonRule()
Drule.h97 return postal_code_matcher_.get(); in GetPostalCodeMatcher()
136 scoped_ptr<const RE2ptr> postal_code_matcher_; variable