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

  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
post_box_matchers.h 31 // for those languages that are relevant for |country_rule|.
32 static std::vector<const RE2ptr*> GetMatchers(const Rule& country_rule);
post_box_matchers.cc 104 const Rule& country_rule) {
110 it = country_rule.GetLanguages().begin();
111 it != country_rule.GetLanguages().end(); ++it) {
validation_task.cc 170 const Rule& country_rule = *hierarchy.rule[0]; local
188 const RE2ptr* format_ptr = country_rule.GetPostalCodeMatcher();
219 const Rule& country_rule = *hierarchy.rule[0]; local
228 PostBoxMatchers::GetMatchers(country_rule);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
address_validator.cc 102 // is invalid in the context of |country_rule|.
103 int GetInvalidFieldMessageId(const Rule& country_rule, AddressField field) {
112 country_rule.GetAdminAreaNameType();
151 country_rule.GetPostalCodeNameType();
260 const Rule& country_rule = local
262 EnforceRequiredFields(country_rule, address, filter, problems);
267 !country_rule.GetPostalCodeFormat().empty() &&
272 address.postal_code, country_rule.GetPostalCodeFormat())) {
276 GetInvalidFieldMessageId(country_rule, POSTAL_CODE)));
293 GetInvalidFieldMessageId(country_rule, sub_field_type)))
353 const Rule& country_rule = local
    [all...]

Completed in 218 milliseconds