Home
last modified time | relevance | path

Searched defs:day (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dtime.cpp43 int day = nowtm.tm_mday; in IsDst() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_date_test.cpp60 double const day = ecmascript::JSDate::MakeDay(-1, 11, 31); in HWTEST_F_L0() local
H A Djs_date_time_format_second_test.cpp167 auto day = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 4).GetValue(); in HWTEST_F_L0() local
190 auto day = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 4).GetValue(); in CheckOther() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.h81 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day) in IsNumberYearMonthDay() argument
H A Dbuiltins_stubs.cpp499 GateRef day = GetArgFromArgv(IntPtr(2)); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_time_format_first_test.cpp58 const double day = JSDate::MakeDay(year, month, date); in BuiltinsDateCreate() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.cpp76 DateUnit day = proxy->GetDate(); in IsIsoDateTime() local
386 int day = 1; in SetDayValue() local
[all...]
H A Djs_date.cpp947 SetDateValues(int64_t year, int64_t month, int64_t day) SetDateValues() argument
[all...]
H A 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
[all...]
H A Dobject_fast_operator-inl.h870 double day = JSDate::MakeDay(year, month - 1, date); in FastParseDate() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3479 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues() argument

Completed in 17 milliseconds