Searched refs:country_var (Results 1 – 1 of 1) sorted by relevance
459 const string country_var = "country_" + country_code; in WriteCountryLanguages() local460 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()