Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_get_property_by_name_float_test.cpp42 ani_float year = 0.0F; in TEST_F() local
51 ani_float year = 0.0F; in TEST_F() local
59 ani_float year = 0.0F; in TEST_F() local
Dobject_get_property_by_name_double_test.cpp42 ani_double year = 0.0; in TEST_F() local
51 ani_double year = 0.0; in TEST_F() local
59 ani_double year = 0.0; in TEST_F() local
Dobject_get_property_by_name_long_test.cpp42 ani_long year = 0L; in TEST_F() local
51 ani_long year = 0L; in TEST_F() local
59 ani_long year = 0L; in TEST_F() local
Dobject_get_property_by_name_short_test.cpp42 ani_short year = 0U; in TEST_F() local
Dobject_get_property_by_name_int_test.cpp42 ani_int year = 0U; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp45 bool DateUtils::IsLeap(int64_t year) in IsLeap()
51 int64_t DateUtils::GetDaysInYear(int64_t year) in GetDaysInYear()
58 int64_t DateUtils::GetDaysFromYear(int64_t year) in GetDaysFromYear()
106 int64_t year = y + (month <= MONTH_COEFFICIENT); in GetYearFromDays() local
143 double JSDate::MakeDay(double year, double month, double date) in MakeDay()
254 int year = 0; in LocalParseStringToMs() local
318 int year = 0; in UtcParseStringToMs() local
389 int year = GetSignedNumFromString(str, len, &index); in IsoParseStringToMs() local
517 double year = 0.0; in UTC() local
717 CString year = ToCString(fields[YEAR]); in ToISOString() local
[all …]
Ddate_parse.cpp61 int year = proxy->NextDate().GetValue(); in IsIsoDateTime() local
384 int year = 1; 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.h956 int year = 0; in FastParseDate() 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/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h83 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day) in IsNumberYearMonthDay()
Dbuiltins_stubs.cpp561 GateRef year = GetArgFromArgv(glue, IntPtr(0)); in DECLARE_BUILTINS() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp164 …auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 0).G… in HWTEST_F_L0() local
268 …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_first_test.cpp56 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3583 double RuntimeStubs::SetDateValues(double year, double month, double day) in DEF_RUNTIME_STUBS()