Home
last modified time | relevance | path

Searched refs:NINETEEN_HUNDRED_YEAR (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date.h153 static constexpr uint16_t NINETEEN_HUNDRED_YEAR = 1900; variable
Djs_date.cpp552 year = year + NINETEEN_HUNDRED_YEAR; in UTC()
915 year += NINETEEN_HUNDRED_YEAR; in SetDateValues()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp90 fields[0] += JSDate::NINETEEN_HUNDRED_YEAR; in DateConstructor()