Searched defs:year (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date.cpp | 47 bool DateUtils::IsLeap(int64_t year) in IsLeap() 53 int64_t DateUtils::GetDaysInYear(int64_t year) in GetDaysInYear() 61 int64_t DateUtils::GetDaysFromYear(int64_t year) in GetDaysFromYear() 110 int64_t year = y + (month <= MONTH_COEFFICIENT); in GetYearFromDays() local 147 double JSDate::MakeDay(double year, double month, double date) in MakeDay() 258 int year = 0; in LocalParseStringToMs() local 324 int year = 0; in UtcParseStringToMs() local 388 int year; in IsoParseStringToMs() local 526 double year = 0.0; in UTC() local 726 CString year = ToCString(fields[YEAR]); in ToISOString() local [all …]
|
| D | date_parse.cpp | 57 int year = proxy->NextDate().GetValue(); in IsIsoDateTime() local 384 int year = 1; in SetDayValue() local
|
| D | js_relative_time_format.cpp | 193 JSHandle<EcmaString> year = JSHandle<EcmaString>::Cast(globalConst->GetHandledYearString()); in SingularUnitToIcuUnit() local 308 JSHandle<EcmaString> year = JSHandle<EcmaString>::Cast(globalConst->GetHandledYearString()); in SingularUnitString() local
|
| D | object_fast_operator-inl.h | 845 int year = 0; in FastParseDate() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 81 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day) in IsNumberYearMonthDay()
|
| D | builtins_stubs.cpp | 495 GateRef year = GetArgFromArgv(IntPtr(0)); in DECLARE_BUILTINS() local
|
| /arkcompiler/ets_runtime/test/moduletest/regress/ |
| D | regress.js | 232 …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
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_date_time_format_second_test.cpp | 163 …auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 0).G… in HWTEST_F_L0() local 266 …auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 0).Ge… in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_time_format_first_test.cpp | 56 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3458 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues()
|