Home
last modified time | relevance | path

Searched refs:FormatDateTimeToParts (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_time_format_second_test.cpp138 * @tc.name: FormatDateTimeToParts
140 * The "FormatDateTimeToParts" method converts the output result into an array containing various time and
162 JSHandle<JSArray> dateTimeArray1 = JSDateTimeFormat::FormatDateTimeToParts(thread, dtf, timeStamp); in HWTEST_F_L0()
265 JSHandle<JSArray> dateTimeArray = JSDateTimeFormat::FormatDateTimeToParts(thread, dtf, timeStamp); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.h158 // 13.1.8 FormatDateTimeToParts (dateTimeFormat, x)
159 static JSHandle<JSArray> FormatDateTimeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat,
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date_time_format.cpp210 // 5. Return ? FormatDateTimeToParts(dtf, x). in FormatToParts()
212 JSDateTimeFormat::FormatDateTimeToParts(thread, JSHandle<JSDateTimeFormat>::Cast(dtf), xValue); in FormatToParts()

Completed in 4 milliseconds