Home
last modified time | relevance | path

Searched refs:IsLeap (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.cpp52 bool DateUtils::IsLeap(int64_t year) in IsLeap() function in panda::ecmascript::DateUtils
61 number = IsLeap(year) ? (DAYS_IN_YEAR + 1) : DAYS_IN_YEAR; in GetDaysInYear()
165 int index = DateUtils::IsLeap(year) ? 1 : 0;
933 int index = DateUtils::IsLeap(year) ? 1 : 0; in SetDateValues()
955 int index = DateUtils::IsLeap(y) ? 1 : 0; in SetDateValues()
H A Djs_date.h76 static bool IsLeap(int64_t year);

Completed in 2 milliseconds