Searched defs:timeZone (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/datetimezone/ |
D | datetimezone.js | 16 new Intl.DateTimeFormat("en" , { timeZone: "US/Alaska0" }); property
|
/arkcompiler/ets_runtime/test/moduletest/datetimezonetitleid/ |
D | datetimezonetitleid.js | 16 let dtf = new Intl.DateTimeFormat("de", {timeZone:"America/bueNos_airES"}); property
|
/arkcompiler/ets_runtime/ecmascript/ |
D | date_parse.cpp | 27 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()
|
D | js_date_time_format.cpp | 1400 …Calendar> JSDateTimeFormat::BuildCalendar(const icu::Locale &locale, const icu::TimeZone &timeZone) in BuildCalendar()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_date_time_format_second_test.cpp | 80 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
|
D | builtins_date_time_format_first_test.cpp | 101 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in BuiltinsDateTimeOptionsSet() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_locale_test.cpp | 155 icu::TimeZone *timeZone = icu::TimeZone::createTimeZone(stringID1); in HWTEST_F_L0() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|