Searched refs:FormatDateTimeToParts (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_date_time_format_second_test.cpp | 138 * @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 D | js_date_time_format.h | 158 // 13.1.8 FormatDateTimeToParts (dateTimeFormat, x) 159 static JSHandle<JSArray> FormatDateTimeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat,
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_date_time_format.cpp | 210 // 5. Return ? FormatDateTimeToParts(dtf, x). in FormatToParts() 212 JSDateTimeFormat::FormatDateTimeToParts(thread, JSHandle<JSDateTimeFormat>::Cast(dtf), xValue); in FormatToParts()
|
Completed in 4 milliseconds