Home
last modified time | relevance | path

Searched defs:weekday (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp689 CString weekday = weekdayName[fields[WEEKDAY]]; in ToDateString() local
750 CString weekday = weekdayName[fields[WEEKDAY]]; in ToString() local
800 CString weekday = weekdayName[fields[WEEKDAY]]; in ToUTCString() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp609 …auto weekday = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 6)… in HWTEST_F_L0() local