Home
last modified time | relevance | path

Searched defs:timezone (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/timezone_fuzzer/
H A Dtimezone_fuzzer.cpp34 I18nTimeZone timezone(text, isDST); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/time/time_service/framework/cj/src/
H A Dsystem_date_time.cpp133 int SystemDateTimeImpl::SetTimeZone(char* timezone) in SetTimeZone()
156 int32_t GetTimezone(std::string &timezone) in GetTimezone()
H A Dsystem_date_time_ffi.cpp105 RetCode FfiOHOSSysSetTimezone(char* timezone) in FfiOHOSSysSetTimezone()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp74 bool GetLocalTimeZone(int& timezone) in GetLocalTimeZone()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_datetime_test.cpp135 int timezone = 0; variable
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h88 icu::TimeZone *timezone = nullptr; variable
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/
H A DSystemDateTimeSet.test.js20 let timezone = ["Antarctica/McMurdo", "America/Argentina/Buenos_Aires", "Australia/Sydney", "Americ… variable
H A DSystemTimeSet.test.js20 let timezone = ["Antarctica/McMurdo", "America/Argentina/Buenos_Aires", "Australia/Sydney", "Americ… variable
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dtime_format_utils.cpp69 long timezone = 0; in FormatDateTimeByTimeZone() local
/ohos5.0/base/time/time_service/framework/js/napi/system_date_time/src/
H A Dnapi_system_date_time.cpp380 std::string timezone; in SetTimezone() member
406 std::string timezone; in GetTimezone() member
434 std::string timezone; in GetTimezoneSync() member
522 int32_t NapiSystemDateTime::GetTimezone(std::string &timezone) in GetTimezone()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/datatime_benchmark_test/
H A Ddatatime_benchmark_test.cpp170 int timezone = 0; in BENCHMARK_F() local
/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp473 TimeZone *timezone = TimeZone::createTimeZone(unicodeZoneID); in Match() local
515 TimeZone *timezone = TimeZone::createTimeZone(unicodeZoneID); in CheckSameDstOffset() local
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_calendar.cpp175 icu::TimeZone *timezone = icu::TimeZone::createTimeZone(zone); in SetTimeZone() local
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_timezone_addon.cpp294 napi_value timezone = StaticGetTimeZone(env, argTimeZoneId, true); in GetTimezonesByLocation() local
H A Di18n_calendar_addon.cpp337 std::string timezone(buf.data()); in SetTimeZone() local
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp412 std::unique_ptr<I18nTimeZone> timezone = I18nTimeZone::CreateInstance(timezoneId, true); variable