Home
last modified time | relevance | path

Searched defs:day (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/taihe/test/ani_enum/author/src/
Denum.cpp53 ::enum_test::Weekday NextEnumWeekday(::enum_test::Weekday day) in NextEnumWeekday()
58 int32_t GetValueOfEnumWeekday(::enum_test::Weekday day) in GetValueOfEnumWeekday()
63 ::enum_test::Weekday fromValueToEnumWeekday(int day) in fromValueToEnumWeekday()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp43 int day = nowtm.tm_mday; in IsDst() local
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp76 DateUnit day = proxy->GetDate(); in IsIsoDateTime() local
386 int day = 1; in SetDayValue() local
Djs_date.cpp165 double JSDate::MakeDate(double day, double time) in MakeDate()
301 double day = MakeDay(year, month, date); in LocalParseStringToMs() local
364 double day = MakeDay(year, month, date); in UtcParseStringToMs() local
448 double day = MakeDay(year, month - 1, date); in IsoParseStringToMs() local
467 double day = MakeDay(time[YEAR], time[MONTH], time[DAYS]); in GetTimeFromString() local
583 double day = MakeDay(year, month, date); in UTC() local
939 double JSDate::SetDateValues(int64_t year, int64_t month, int64_t day) in SetDateValues()
Djs_relative_time_format.cpp189 JSHandle<EcmaString> day = JSHandle<EcmaString>::Cast(globalConst->GetHandledDayString()); in SingularUnitToIcuUnit() local
304 JSHandle<EcmaString> day = JSHandle<EcmaString>::Cast(globalConst->GetHandledDayString()); in SingularUnitString() local
Dobject_fast_operator-inl.h980 double day = JSDate::MakeDay(year, month - 1, date); in FastParseDate() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp60 double const day = ecmascript::JSDate::MakeDay(-1, 11, 31); in HWTEST_F_L0() local
Djs_date_time_format_second_test.cpp168 …auto day = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 4).Ge… in HWTEST_F_L0() local
191 …auto day = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 4).Get… in CheckOther() local
/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js232 …const datesList = [{ year: '2021', month: '10', day: '22', hour: '10', minute: '12', second: '32' … property
233 { year: '2021', month: '8', day: '3', hour: '9', minute: '9', second: '6' }]; property
234 const { year, month, day, hour, minute, second } = datesList[0]; constant
/arkcompiler/runtime_core/abc2program/tests/ts/release-line-number/
DCommonSyntax.ts47 let day = "Monday"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h83 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day) in IsNumberYearMonthDay()
Dbuiltins_stubs.cpp563 GateRef day = GetArgFromArgv(glue, IntPtr(2)); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_first_test.cpp58 const double day = JSDate::MakeDay(year, month, date); in BuiltinsDateCreate() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3583 double RuntimeStubs::SetDateValues(double year, double month, double day) in DEF_RUNTIME_STUBS()