Searched refs:country_code_str (Results 1 – 1 of 1) sorted by relevance
597 const string country_code_str = fname.substr(0, fname.length() - 4); in WriteSource() local598 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()