OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsLeapYear
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/third_party/nspr/
prtime.cc
236
*
IsLeapYear
--
243
static int
IsLeapYear
(PRInt16 year)
290
if (
IsLeapYear
(time->tm_year))
295
time->tm_mday = nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
306
nDays[
IsLeapYear
(time->tm_year)][time->tm_month]) {
393
time->tm_mday += nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
396
daysInMonth = nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
405
daysInMonth = nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
411
lastDayOfMonth[
IsLeapYear
(time->tm_year)][time->tm_month];
[
all
...]
/external/chromium_org/base/third_party/nspr/
prtime.cc
241
*
IsLeapYear
--
248
static int
IsLeapYear
(PRInt16 year)
295
if (
IsLeapYear
(time->tm_year))
300
time->tm_mday = nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
311
nDays[
IsLeapYear
(time->tm_year)][time->tm_month]) {
398
time->tm_mday += nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
401
daysInMonth = nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
410
daysInMonth = nDays[
IsLeapYear
(time->tm_year)][time->tm_month];
416
lastDayOfMonth[
IsLeapYear
(time->tm_year)][time->tm_month];
[
all
...]
Completed in 73 milliseconds