Lines Matching refs:country
15 // Stores data associated with a country. Strings are localized to the app
19 // Returns country data corresponding to the two-letter ISO code
28 // Returns the likely country code for |locale|, or "US" as a fallback if no
32 // Returns the country code corresponding to |country|, which should be a
33 // country code or country name localized to |locale|. This function can
35 static const std::string GetCountryCode(const string16& country,
52 // The two-letter ISO-3166 country code.
55 // The country's name, localized to the app locale.