Searched defs:national_prefix_formatting_rule (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc799 const string& national_prefix_formatting_rule) const {
805 return national_prefix_formatting_rule.empty() ||
807 national_prefix_formatting_rule);
952 string national_prefix_formatting_rule(
953 formatting_pattern->national_prefix_formatting_rule());
954 if (!national_prefix_formatting_rule.empty()) {
959 &national_prefix_formatting_rule);
961 &national_prefix_formatting_rule);
963 national_prefix_formatting_rule);
1263 format_rule->national_prefix_formatting_rule());
1490 string national_prefix_formatting_rule = local
[all...]

Completed in 39 milliseconds