Home
last modified time | relevance | path

Searched defs:isleap (Results 1 - 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dtzdst.h55 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/third_party/icu/icu4c/source/tools/tzcode/
H A Dtzfile.h153 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
H A Dzdump.c138 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dtzfile.h153 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
H A Dzdump.c144 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro
/third_party/python/Lib/
H A Dcalendar.py102 def isleap(year): function
/third_party/tzdata/
H A Dprivate.h1018 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) macro

Completed in 7 milliseconds