Home
last modified time | relevance | path

Searched refs:LookupTimezoneByCountry (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_test.cpp272 * @tc.desc: Test ZoneUtil LookupTimezoneByCountry
280 CountryResult result = util.LookupTimezoneByCountry(region, currentMillis); in HWTEST_F()
285 CountryResult result2 = util.LookupTimezoneByCountry(region, currentMillis); in HWTEST_F()
290 CountryResult result3 = util.LookupTimezoneByCountry(region, currentMillis); in HWTEST_F()
295 CountryResult result4 = util.LookupTimezoneByCountry(region, currentMillis); in HWTEST_F()
300 CountryResult result5 = util.LookupTimezoneByCountry(region, currentMillis); in HWTEST_F()
/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h144 CountryResult LookupTimezoneByCountry(std::string &region, int64_t currentMillis);
/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp280 CountryResult ZoneUtil::LookupTimezoneByCountry(std::string &region, int64_t currentMillis) in LookupTimezoneByCountry() function in ZoneUtil
287 HILOG_INFO_I18N("ZoneUtil::LookupTimezoneByCountry use tzlookup.xml"); in LookupTimezoneByCountry()
290 HILOG_ERROR_I18N("ZoneUtil::LookupTimezoneByCountry can't find default timezone for region %{public}s", in LookupTimezoneByCountry()
294 HILOG_INFO_I18N("ZoneUtil::LookupTimezoneByCountry use icu data"); in LookupTimezoneByCountry()

Completed in 3 milliseconds