Searched defs:day (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 170 double JSDate::MakeDate(double day, double time) in MakeDate() 312 double day = MakeDay(year, month, date); in LocalParseStringToMs() local 380 double day = MakeDay(year, month, date); in UtcParseStringToMs() local 465 double day = MakeDay(year, month - 1, date); in IsoParseStringToMs() local 484 double day = MakeDay(time[YEAR], time[MONTH], time[DAYS]); in GetTimeFromString() local 601 double day = MakeDay(year, month, date); in UTC() local 657 CString day = StrToTargetLength(ToCString(fields[DAYS]), STR_LENGTH_OTHERS); in ToDateString() local 691 CString day = StrToTargetLength(ToCString(fields[DAYS]), STR_LENGTH_OTHERS); in ToDateString() local 715 CString day = StrToTargetLength(ToCString(fields[DAYS]), STR_LENGTH_OTHERS); in ToISOString() local 752 CString day = StrToTargetLength(ToCString(fields[DAYS]), STR_LENGTH_OTHERS); in ToString() local [all …]
|
| D | date_parse.cpp | 74 DateUnit day = proxy->GetDate(); in IsIsoDateTime() local 383 int day = 1; in SetDayValue() local
|
| D | js_relative_time_format.cpp | 179 JSHandle<EcmaString> day = JSHandle<EcmaString>::Cast(globalConst->GetHandledDayString()); in SingularUnitToIcuUnit() local 293 JSHandle<EcmaString> day = JSHandle<EcmaString>::Cast(globalConst->GetHandledDayString()); in SingularUnitString() local
|
| D | object_fast_operator-inl.h | 479 double day = JSDate::MakeDay(year, month - 1, date); in FastParseDate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 99 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day) in IsNumberYearMonthDay()
|
| D | builtins_stubs.cpp | 913 GateRef day = GetArgNCheck(IntPtr(2)); in DECLARE_BUILTINS() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_test.cpp | 84 double const day = ecmascript::JSDate::MakeDay(-1, 11, 31); in HWTEST_F_L0() local
|
| D | js_date_time_format_test.cpp | 547 …auto day = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 4).Ge… in HWTEST_F_L0() local 607 …auto day = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 4).Get… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_test.cpp | 149 const double day = JSDate::MakeDay(year, month, date); in BuiltinsDateCreate() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2069 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues()
|