Searched refs:GetDisplayNameForCountry (Results 1 – 4 of 4) sorted by relevance
491 TEST_F(L10nUtilTest, GetDisplayNameForCountry) { in TEST_F() argument492 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()
77 UI_BASE_EXPORT base::string16 GetDisplayNameForCountry(
565 base::string16 GetDisplayNameForCountry(const std::string& country_code, in GetDisplayNameForCountry() function
967 base::string16 country_name = l10n_util::GetDisplayNameForCountry( in AddLocalizedNamesForLocale()1058 name_ = l10n_util::GetDisplayNameForCountry(country_code, locale); in AutofillCountry()