OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dayInYear
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp
185
int
dayInYear
(double ms, int year)
214
int monthFromDayInYear(int
dayInYear
, bool leapYear)
216
const int d =
dayInYear
;
245
static inline bool checkMonth(int
dayInYear
, int& startDayOfThisMonth, int& startDayOfNextMonth, int daysInThisMonth)
249
return (
dayInYear
<= startDayOfNextMonth);
252
int dayInMonthFromDayInYear(int
dayInYear
, bool leapYear)
254
const int d =
dayInYear
;
285
int
dayInYear
(int year, int month, int day)
302
return yearday +
dayInYear
(year, month, day);
445
int dayInYearLocal =
dayInYear
(ms, year)
[
all
...]
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 1038 milliseconds