Searched refs:it_country (Results 1 – 1 of 1) sorted by relevance
492 for (vector<string>::const_iterator it_country = countries.begin(); in WriteCountryLanguages() local493 it_country != countries.end(); ++it_country) { in WriteCountryLanguages()494 fprintf(output, " %s,\n", it_country->c_str()); in WriteCountryLanguages()