Searched refs:monthsPerYear (Results 1 – 3 of 3) sorted by relevance
290 const int monthsPerYear[19] = variable522 moladHalakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear]; in FindTishriMolad()604 halakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear]; in SdnToJewish()634 if (monthsPerYear[(*pYear - 1) % 19] == 13) { in SdnToJewish()741 moladHalakim += HALAKIM_PER_LUNAR_CYCLE * monthsPerYear[metonicYear]; in JewishToSdn()763 if (monthsPerYear[(year - 1) % 19] == 12) { in JewishToSdn()
87 extern const int monthsPerYear[19];
72 #define JEWISH_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthNameLeap:Jewish…73 #define JEWISH_HEB_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthHebNameLeap:…
Completed in 8 milliseconds