Home
last modified time | relevance | path

Searched refs:monthsPerYear (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/calendar/
H A Djewish.c290 const int monthsPerYear[19] = variable
507 moladHalakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear]; in FindTishriMolad()
589 halakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear]; in SdnToJewish()
619 if (monthsPerYear[(*pYear - 1) % 19] == 13) { in SdnToJewish()
726 moladHalakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear]; in JewishToSdn()
748 if (monthsPerYear[(year - 1) % 19] == 12) { in JewishToSdn()
H A Dsdncal.h87 extern const int monthsPerYear[19];
H A Dcalendar.c208 #define JEWISH_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthNameLeap:Jewish…
209 #define JEWISH_HEB_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthHebNameLeap:…

Completed in 8 milliseconds