OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountryCodeForLocale
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_country_unittest.cc
36
TEST(AutofillCountryTest,
CountryCodeForLocale
) {
37
EXPECT_EQ("US", AutofillCountry::
CountryCodeForLocale
("en_US"));
38
EXPECT_EQ("CA", AutofillCountry::
CountryCodeForLocale
("fr_CA"));
39
EXPECT_EQ("FR", AutofillCountry::
CountryCodeForLocale
("fr"));
40
EXPECT_EQ("US", AutofillCountry::
CountryCodeForLocale
("Unknown"));
43
EXPECT_EQ("US", AutofillCountry::
CountryCodeForLocale
("es-419"));
autofill_country.h
30
static const std::string
CountryCodeForLocale
(const std::string& locale);
autofill_country.cc
599
const std::string AutofillCountry::
CountryCodeForLocale
(
/external/chromium_org/components/autofill/core/browser/
autofill_country_unittest.cc
38
TEST(AutofillCountryTest,
CountryCodeForLocale
) {
39
EXPECT_EQ("US", AutofillCountry::
CountryCodeForLocale
("en_US"));
40
EXPECT_EQ("CA", AutofillCountry::
CountryCodeForLocale
("fr_CA"));
41
EXPECT_EQ("FR", AutofillCountry::
CountryCodeForLocale
("fr"));
42
EXPECT_EQ("US", AutofillCountry::
CountryCodeForLocale
("Unknown"));
45
EXPECT_EQ("US", AutofillCountry::
CountryCodeForLocale
("es-419"));
autofill_country.h
56
static const std::string
CountryCodeForLocale
(const std::string& locale);
phone_number.cc
36
return AutofillCountry::
CountryCodeForLocale
(app_locale);
phone_number_i18n.cc
28
return AutofillCountry::
CountryCodeForLocale
(app_locale);
personal_data_manager.cc
94
country_code = AutofillCountry::
CountryCodeForLocale
(app_locale);
759
default_country_code_ = AutofillCountry::
CountryCodeForLocale
(app_locale());
[
all
...]
autofill_country.cc
[
all
...]
/external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc
229
AutofillCountry::
CountryCodeForLocale
(app_locale);
Completed in 84 milliseconds