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
131 JSHandle<JSDateTimeFormat> dtf = JSHandle<JSDateTimeFormat>::Cast(dtfValue); in Format() local
154 JSHandle<JSTaggedValue> dtf(thread, intlBoundFunc->GetDateTimeFormat(thread)); in AnonymousDateTimeFormat() local
186 JSHandle<JSTaggedValue> dtf = GetThis(argv); in FormatToParts() local
286 JSHandle<JSDateTimeFormat> dtf = JSHandle<JSDateTimeFormat>::Cast(thisValue); in FormatRange() local
329 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
116 auto dtf = FormatDateTimeCommon(thread, icuLocale); in HWTEST_F_L0() local
157 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in HWTEST_F_L0() local
262 …JSHandle<JSDateTimeFormat> dtf = EcmaTestCommon::CreateDateTimeFormatTest(thread, icuLocale, optio… in HWTEST_F_L0() local
316 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.h403 JSHandle<JSDateTimeFormat> dtf = in CreateDateTimeFormatTest() local
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js31 const dtf = new Intl.DateTimeFormat("en-US"); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp1236 …terval JSDateTimeFormat::ConstructDTFRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, in ConstructDTFRange()
1250 …tring> JSDateTimeFormat::NormDateTimeRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, in NormDateTimeRange()
1293 …JSDateTimeFormat::NormDateTimeRangeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, in NormDateTimeRangeToParts()
1801 const JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf) in ConstructDateIntervalFormat()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp4722 JSHandle<JSDateTimeFormat> dtf = in HWTEST_F_L0() local