OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_days
(Results
1 - 1
of
1
) sorted by null
/external/v8/src/
date.h
169
int
new_days
= DaysFromYearMonth(EquivalentYear(year), month) + day - 1;
local
170
return static_cast<int64_t>(
new_days
) * kMsPerDay + time_within_day_ms;
Completed in 89 milliseconds