Home
last modified time | relevance | path

Searched refs:CountryCodeForCurrentTimezone (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/base/i18n/
H A Dtimezone_unittest.cc12 TEST(TimezoneTest, CountryCodeForCurrentTimezone) { in TEST() argument
13 std::string country_code = CountryCodeForCurrentTimezone(); in TEST()
H A Dtimezone.h20 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();
H A Dtimezone.cc15 std::string CountryCodeForCurrentTimezone() { in CountryCodeForCurrentTimezone() function
/aosp_15_r20/external/cronet/base/i18n/
H A Dtimezone.h20 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();
H A Dtimezone.cc15 std::string CountryCodeForCurrentTimezone() { in CountryCodeForCurrentTimezone() function
H A Dtimezone_unittest.cc23 std::string country_code = CountryCodeForCurrentTimezone(); in TEST()