Home
last modified time | relevance | path

Searched defs:timeZone (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/datetimezone/
Ddatetimezone.js16 new Intl.DateTimeFormat("en" , { timeZone: "US/Alaska0" }); property
23 new Intl.DateTimeFormat("en", {timeZone: Array(0x8000).join("a")}); property
/arkcompiler/ets_runtime/test/moduletest/datetimezonetitleid/
Ddatetimezonetitleid.js16 let dtf = new Intl.DateTimeFormat("de", {timeZone:"America/bueNos_airES"}); property
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp29 TimeZone timeZone; in ParseDateString() local
92 …e::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZone *timeZone) in ParseIsoDateTime()
180 …e::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZone *timeZone) in ParseLegacyDates()
Djs_date_time_format.cpp1535 …Calendar> JSDateTimeFormat::BuildCalendar(const icu::Locale &locale, const icu::TimeZone &timeZone) in BuildCalendar()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_second_test.cpp58 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in HWTEST_F_L0() local
266 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in JSDateTimeFormatForObj_002() local
350 JSHandle<JSTaggedValue> timeZone(factory->NewFromASCII("timeZone")); in HWTEST_F_L0() local
Dbuiltin_test_util.h164 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in BuiltinsDateTimeOptionsSet() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlDateTimeFormat.cpp191 auto timeZone = static_cast<ani_string>(timeZoneRef); in DateFormatSetTimeZone() local
717 ani_string timeZone = CreateUtf16String(env, timeZoneIdChars, timeZoneId.length()); in FormatResolvedOptionsImpl() local
780 auto timeZone = static_cast<ani_string>(timeZoneRef); in DateIntervalFormatSetTimeZone() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp121 icu::TimeZone *timeZone = icu::TimeZone::createTimeZone(stringID1); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument