Home
last modified time | relevance | path

Searched defs:isLeapYear (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Dgregoimp.h258 inline UBool Grego::isLeapYear(int32_t year) { in isLeapYear() function
Dpersncal.cpp108 UBool PersianCalendar::isLeapYear(int32_t year) in isLeapYear() function in PersianCalendar
Dhebrwcal.cpp471 UBool HebrewCalendar::isLeapYear(int32_t year) { in isLeapYear() function in HebrewCalendar
Dgregocal.cpp460 GregorianCalendar::isLeapYear(int32_t year) const in isLeapYear() function in GregorianCalendar
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
Ddate-format-xparb.js310 Date.prototype.isLeapYear = function() { method in Date
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Ddate-format-xparb.js310 Date.prototype.isLeapYear = function() { method in Date
/external/webkit/Source/JavaScriptCore/wtf/
DDateMath.cpp143 static inline bool isLeapYear(int year) in isLeapYear() function
311 static inline int monthToDayInYear(int month, bool isLeapYear) in monthToDayInYear()
/external/webkit/Source/WebCore/html/
DDateComponents.cpp56 static bool isLeapYear(int year) in isLeapYear() function