Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc597 const string country_code_str = fname.substr(0, fname.length() - 4); in WriteSource() local
598 if (!StrToInt(country_code_str, &country_code)) { in WriteSource()
608 const string prefix_var = "prefix_" + country_code_str + "_" + it->name(); in WriteSource()
610 prefix_vars[country_code_str + "_" + it->name()] = prefix_var; in WriteSource()