Home
last modified time | relevance | path

Searched refs:GetDefaultZone (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_test.cpp61 string out = util.GetDefaultZone(countries[i].c_str());
79 string out = util.GetDefaultZone(countries[i].c_str(), offsets[i]);
184 string out = util.GetDefaultZone(number);
187 out = util.GetDefaultZone(fakeNum);
201 string out = util.GetDefaultZone(number, 8 * 3600 * 1000);
204 out = util.GetDefaultZone(fakeNum, 8 * 3600 * 1000);
320 std::string timeZoneId = util.GetDefaultZone(vec[i]);
H A Dzone_util_performance_test.cpp66 string out = util.GetDefaultZone(countries[i].c_str());
92 string out = util.GetDefaultZone(countries[i].c_str(), offsets[i]);
/ohos5.0/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h70 std::string GetDefaultZone(const std::string &country);
80 std::string GetDefaultZone(const int32_t number);
90 std::string GetDefaultZone(const std::string country, const int32_t offset);
101 std::string GetDefaultZone(const int32_t number, const int32_t offset);
/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp88 string ZoneUtil::GetDefaultZone(const string &country) in GetDefaultZone() function in ZoneUtil
106 string ZoneUtil::GetDefaultZone(const int32_t number) in GetDefaultZone() function in ZoneUtil
118 string ret = GetDefaultZone(*region_code); in GetDefaultZone()
123 string ZoneUtil::GetDefaultZone(const string country, const int32_t offset) in GetDefaultZone() function in ZoneUtil
140 string ZoneUtil::GetDefaultZone(const int32_t number, const int32_t offset) in GetDefaultZone() function in ZoneUtil
152 string ret = GetDefaultZone(*region_code, offset); in GetDefaultZone()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp289 std::string timeZone = util.GetDefaultZone(countryCode.c_str()); in UpdateCountryCode()
292 timeZone = util.GetDefaultZone(countryCode.c_str(), offset); in UpdateCountryCode()