Searched defs:year (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_stubs.h | 81 inline GateRef IsNumberYearMonthDay(GateRef year, GateRef month, GateRef day)
in IsNumberYearMonthDay() argument
|
| H A D | builtins_stubs.cpp | 497 GateRef year = GetArgFromArgv(IntPtr(0));
in DECLARE_BUILTINS() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_date_time_format_first_test.cpp | 56 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_date_time_format_second_test.cpp | 163 auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray1), 0).GetValue(); in HWTEST_F_L0() local 266 auto year = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 0).GetValue(); in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | date_parse.cpp | 61 int year = proxy->NextDate().GetValue(); in IsIsoDateTime() local 384 int year = 1; in SetDayValue() local [all...] |
| H A D | js_date.cpp | 52 bool DateUtils::IsLeap(int64_t year) in IsLeap() argument 58 int64_t DateUtils::GetDaysInYear(int64_t year) in GetDaysInYear() argument 66 int64_t DateUtils::GetDaysFromYear(int64_t year) in GetDaysFromYear() argument 115 int64_t year = y + (month <= MONTH_COEFFICIENT); global() local 731 CString year = ToCString(fields[YEAR]); ToISOString() local 931 int64_t year = (*date)[YEAR] + ((*date)[MONTH] - month) / MONTH_PER_YEAR; SetDateValues() local 947 SetDateValues(int64_t year, int64_t month, int64_t day) SetDateValues() argument [all...] |
| H A 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 [all...] |
| H A D | object_fast_operator-inl.h | 846 int year = 0; in FastParseDate() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 3479 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues() argument
|
Completed in 19 milliseconds