Home
last modified time | relevance | path

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

/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc459 const string country_var = "country_" + country_code; in WriteCountryLanguages() local
460 fprintf(output, "const char* %s[] = {\n", country_var.c_str()); in WriteCountryLanguages()
469 const string country_languages_var = country_var + "_languages"; in WriteCountryLanguages()
472 WriteArrayAndSize(country_var, output); in WriteCountryLanguages()