Home | History | Annotate | Download | only in util

Lines Matching defs:ELUL

148      * Constant for Elul, the 13th month of the Hebrew year. 
150 public static final int ELUL = 12;
208 { 29, 29, 29 }, //Elul
231 { 353, 354, 355 }, // Elul
252 { 383, 384, 385 }, // Elul
407 * must be adjusted so that the result is "29 Elul 5758" rather than the invalid
408 * "30 Elul 5758".
445 if (month <= ELUL) {
448 month -= ELUL+1;
462 month += ELUL+1;
491 * must be adjusted so that the result is "29 Elul 5758" rather than the invalid
492 * "30 Elul".