Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/l10n/
Dl10n_util_unittest.cc491 TEST_F(L10nUtilTest, GetDisplayNameForCountry) { in TEST_F() argument
492 base::string16 result = l10n_util::GetDisplayNameForCountry("BR", "en"); in TEST_F()
495 result = l10n_util::GetDisplayNameForCountry("419", "en"); in TEST_F()
498 result = l10n_util::GetDisplayNameForCountry("xyz", "en"); in TEST_F()
Dl10n_util.h77 UI_BASE_EXPORT base::string16 GetDisplayNameForCountry(
Dl10n_util.cc565 base::string16 GetDisplayNameForCountry(const std::string& country_code, in GetDisplayNameForCountry() function
/external/chromium_org/components/autofill/core/browser/
Dautofill_country.cc967 base::string16 country_name = l10n_util::GetDisplayNameForCountry( in AddLocalizedNamesForLocale()
1058 name_ = l10n_util::GetDisplayNameForCountry(country_code, locale); in AutofillCountry()