Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_test.cpp282 CountryResult result = util.LookupTimezoneByCountry(region, currentMillis);
287 CountryResult result2 = util.LookupTimezoneByCountry(region, currentMillis);
292 CountryResult result3 = util.LookupTimezoneByCountry(region, currentMillis);
297 CountryResult result4 = util.LookupTimezoneByCountry(region, currentMillis);
302 CountryResult result5 = util.LookupTimezoneByCountry(region, currentMillis);
/ohos5.0/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h144 CountryResult LookupTimezoneByCountry(std::string &region, int64_t currentMillis);
/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp289 CountryResult ZoneUtil::LookupTimezoneByCountry(std::string &region, int64_t currentMillis) in LookupTimezoneByCountry() function in ZoneUtil