Home
last modified time | relevance | path

Searched defs:isLeapYear (Results 1 – 25 of 616) sorted by last modified time

12345678910>>...25

/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlDate.cpp429 …static bool isLeapYear(int iYear) { return (iYear%4 == 0) && ((iYear%100 != 0) || (iYear%400 == 0)… in isLeapYear() function in CodeWorker::UtlInternalDate
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsdate.cpp352 static inline int DayFromMonth(int month, bool isLeapYear) { in DayFromMonth()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dgregocal.cpp462 GregorianCalendar::isLeapYear(int32_t year) const in isLeapYear() function in GregorianCalendar
H A Dhebrwcal.cpp475 UBool HebrewCalendar::isLeapYear(int32_t year) { in isLeapYear() function in HebrewCalendar
H A Dpersncal.cpp110 UBool PersianCalendar::isLeapYear(int32_t year) in isLeapYear() function in PersianCalendar
H A Dgregoimp.h271 inline UBool Grego::isLeapYear(int32_t year) { in isLeapYear() function
/dports/www/firefox/firefox-99.0/js/src/
H A Djsdate.cpp353 static inline int DayFromMonth(int month, bool isLeapYear) { in DayFromMonth()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dgregoimp.h271 inline UBool Grego::isLeapYear(int32_t year) { in isLeapYear() function
H A Dpersncal.cpp110 UBool PersianCalendar::isLeapYear(int32_t year) in isLeapYear() function in PersianCalendar
H A Dhebrwcal.cpp475 UBool HebrewCalendar::isLeapYear(int32_t year) { in isLeapYear() function in HebrewCalendar
H A Dgregocal.cpp462 GregorianCalendar::isLeapYear(int32_t year) const in isLeapYear() function in GregorianCalendar
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsdate.cpp352 static inline int DayFromMonth(int month, bool isLeapYear) { in DayFromMonth()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dgregoimp.h271 inline UBool Grego::isLeapYear(int32_t year) { in isLeapYear() function
H A Dpersncal.cpp110 UBool PersianCalendar::isLeapYear(int32_t year) in isLeapYear() function in PersianCalendar
H A Dhebrwcal.cpp475 UBool HebrewCalendar::isLeapYear(int32_t year) { in isLeapYear() function in HebrewCalendar
H A Dgregocal.cpp462 GregorianCalendar::isLeapYear(int32_t year) const in isLeapYear() function in GregorianCalendar
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php119680 public function isLeapYear($year){} function in HRTime\\IntlGregorianCalendar
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtCore.py4790 def isLeapYear(self, year): member in QDate
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtCore.py4566 def isLeapYear(self, year): member in QDate
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py804 def isLeapYear(self, year): member in KCalendarSystem
807 def isLeapYear(self, date): member in KCalendarSystem
4348 def isLeapYear(self): member in KLocalizedDate
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/dataconvert/
H A Ddataconvert.h249 inline bool isLeapYear ( int year) in isLeapYear() function
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/dataconvert/
H A Ddataconvert.h249 inline bool isLeapYear ( int year) in isLeapYear() function
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/korganizer/plugins/hebrew/
H A Dholiday.cpp40 bool isLeapYear, in findHoliday()
H A Dparsha.cpp20 QString Parsha::findParshaName(int dayNumber, int kvia, bool isLeapYear, bool useIsraelSettings) in findParshaName()
H A Dqcalendarsystem.cpp335 bool QCalendarSystemPrivate::isLeapYear(int year) const in isLeapYear() function in QCalendarSystemPrivate
942 bool QCalendarSystem::isLeapYear(const QDate &date) const in isLeapYear() function in QCalendarSystem
951 bool QCalendarSystem::isLeapYear(int year) const in isLeapYear() function in QCalendarSystem

12345678910>>...25