HomeSort by relevance Sort by last modified time
    Searched refs:CountryCodeForLocale (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_country_unittest.cc 40 TEST(AutofillCountryTest, CountryCodeForLocale) {
41 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("en_US"));
42 EXPECT_EQ("CA", AutofillCountry::CountryCodeForLocale("fr_CA"));
43 EXPECT_EQ("FR", AutofillCountry::CountryCodeForLocale("fr"));
44 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("Unknown"));
47 EXPECT_EQ("US", AutofillCountry::CountryCodeForLocale("es-419"));
autofill_country.h 56 static const std::string CountryCodeForLocale(const std::string& locale);
phone_number.cc 30 return AutofillCountry::CountryCodeForLocale(app_locale);
phone_number_i18n.cc 28 return AutofillCountry::CountryCodeForLocale(app_locale);
personal_data_manager.cc 101 country_code = AutofillCountry::CountryCodeForLocale(app_locale);
800 AutofillCountry::CountryCodeForLocale(app_locale())));
819 default_country_code_ = AutofillCountry::CountryCodeForLocale(app_locale());
    [all...]
autofill_country.cc     [all...]

Completed in 259 milliseconds