Searched refs:monthsPerYear (Results 1 – 3 of 3) sorted by relevance
290 int monthsPerYear[19] = variable507 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()
87 extern int monthsPerYear[19];
209 #define JEWISH_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthNameLeap:Jewish…210 #define JEWISH_HEB_MONTH_NAME(year) ((monthsPerYear[((year)-1) % 19] == 13)?JewishMonthHebNameLeap:…
Completed in 15 milliseconds