Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/datetimezone/
Ddatetimezone.js16 new Intl.DateTimeFormat("en" , { timeZone: "US/Alaska0" }); 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.cpp27 TimeZone timeZone; in ParseDateString() local
90 …e::ParseIsoDateTime(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZone *timeZone) in ParseIsoDateTime()
178 …e::ParseLegacyDates(DateProxy *proxy, DayValue *dayValue, TimeValue *timeValue, TimeZone *timeZone) in ParseLegacyDates()
Djs_date_time_format.cpp1400 …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.cpp80 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in BuiltinsDateTimeOptionsSet() local
151 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in HWTEST_F_L0() local
373 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in JSDateTimeFormatForObj_002() local
457 JSHandle<JSTaggedValue> timeZone(factory->NewFromASCII("timeZone")); in HWTEST_F_L0() local
Dbuiltins_date_time_format_first_test.cpp101 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in BuiltinsDateTimeOptionsSet() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp155 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