Home
last modified time | relevance | path

Searched defs:year (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp48 bool DateUtils::IsLeap(int64_t year) in IsLeap()
54 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
327 int year = 0; in UtcParseStringToMs() local
395 int year; in IsoParseStringToMs() local
533 double year = 0.0; in UTC() local
654 CString year = StrToTargetLength(ToCString(fields[YEAR]), STR_LENGTH_YEAR); in ToDateString() local
[all …]
Ddate_parse.cpp59 int year = proxy->NextDate().GetValue(); in IsIsoDateTime() local
381 int year = 0; in SetDayValue() local
Djs_relative_time_format.cpp193 JSHandle<EcmaString> year = JSHandle<EcmaString>::Cast(globalConst->GetHandledYearString()); in SingularUnitToIcuUnit() local
308 JSHandle<EcmaString> year = JSHandle<EcmaString>::Cast(globalConst->GetHandledYearString()); in SingularUnitString() local
Dobject_fast_operator-inl.h457 int year = 0; in FastParseDate() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h145 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day) in IsNumberYearMonthDay()
Dbuiltins_stubs.cpp1045 GateRef year = GetArgNCheck(IntPtr(0)); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_test.cpp546 …auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 0).G… in HWTEST_F_L0() local
606 …auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 0).Ge… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp149 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2248 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues()