Searched defs:timeZone (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/datetimezone/ |
| D | datetimezone.js | 16 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/ |
| D | datetimezonetitleid.js | 16 let dtf = new Intl.DateTimeFormat("de", {timeZone:"America/bueNos_airES"}); property
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | date_parse.cpp | 29 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()
|
| D | js_date_time_format.cpp | 1535 …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 | 58 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
|
| D | builtin_test_util.h | 164 JSHandle<JSTaggedValue> timeZone = globalConst->GetHandledTimeZoneString(); in BuiltinsDateTimeOptionsSet() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlDateTimeFormat.cpp | 191 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/ |
| D | js_locale_test.cpp | 121 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
|