HomeSort by relevance Sort by last modified time
    Searched full:country_rule (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
post_box_matchers.h 33 // for those languages that are relevant for |country_rule|.
34 static std::vector<const RE2ptr*> GetMatchers(const Rule& country_rule);
validation_task.cc 173 const Rule& country_rule = *hierarchy.rule[0]; local
191 const RE2ptr* format_ptr = country_rule.GetPostalCodeMatcher();
222 const Rule& country_rule = *hierarchy.rule[0]; local
231 PostBoxMatchers::GetMatchers(country_rule);
post_box_matchers.cc 104 const Rule& country_rule) {
110 it = country_rule.GetLanguages().begin();
111 it != country_rule.GetLanguages().end(); ++it) {

Completed in 181 milliseconds