Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp54 JSHandle<JSDateTimeFormat> dtf = in DateTimeFormatConstructor() local
130 JSHandle<JSDateTimeFormat> dtf = JSHandle<JSDateTimeFormat>::Cast(dtfValue); in Format() local
153 JSHandle<JSTaggedValue> dtf(thread, intlBoundFunc->GetDateTimeFormat()); in AnonymousDateTimeFormat() local
185 JSHandle<JSTaggedValue> dtf = GetThis(argv); in FormatToParts() local
285 JSHandle<JSDateTimeFormat> dtf = JSHandle<JSDateTimeFormat>::Cast(thisValue); in FormatRange() local
328 JSHandle<JSDateTimeFormat> dtf = JSHandle<JSDateTimeFormat>::Cast(thisValue); in FormatRangeToParts() local
Dbuiltins_date.cpp268 JSHandle<JSDateTimeFormat> dtf = JSDateTimeFormat::InitializeDateTimeFormat(thread, in ToLocaleString() local
349 JSHandle<JSDateTimeFormat> dtf = JSDateTimeFormat::InitializeDateTimeFormat(thread, in ToLocaleDateString() local
430 JSHandle<JSDateTimeFormat> dtf = JSDateTimeFormat::InitializeDateTimeFormat(thread, in ToLocaleTimeString() local
/arkcompiler/ets_runtime/test/moduletest/datetimezonetitleid/
Ddatetimezonetitleid.js16 let dtf = new Intl.DateTimeFormat("de", {timeZone:"America/bueNos_airES"}); variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp51 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in HWTEST_F_L0() local
77 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in FormatCommonSet() local
94 auto dtf = FormatCommonSet(thread, options, icuLocale, dateOptionsMap); in FormatDateTimeCommon() local
102 auto dtf = FormatDateTimeCommon(thread, icuLocale); in HWTEST_F_L0() local
115 auto dtf = FormatDateTimeCommon(thread, icuLocale); in HWTEST_F_L0() local
156 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in HWTEST_F_L0() local
261 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in HWTEST_F_L0() local
314 JSHandle<JSDateTimeFormat> dtf = in HWTEST_F_L0() local
Djs_date_time_format_first_test.cpp45 JSHandle<JSDateTimeFormat> dtf = in HWTEST_F_L0() local
74 JSHandle<JSDateTimeFormat> dtf = in HWTEST_F_L0() local
134 JSHandle<JSDateTimeFormat> dtf = in HWTEST_F_L0() local
256 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in HWTEST_F_L0() local
Decma_test_common.h407 JSHandle<JSDateTimeFormat> dtf = in CreateDateTimeFormatTest() local
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js32 const dtf = new Intl.DateTimeFormat(undefined, { constant
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp1234 …terval JSDateTimeFormat::ConstructDTFRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, in ConstructDTFRange()
1248 …tring> JSDateTimeFormat::NormDateTimeRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, in NormDateTimeRange()
1291 …JSDateTimeFormat::NormDateTimeRangeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, in NormDateTimeRangeToParts()
1807 const JSHandle<JSDateTimeFormat> &dtf) in ConstructDateIntervalFormat()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp4722 JSHandle<JSDateTimeFormat> dtf = in HWTEST_F_L0() local