HomeSort by relevance Sort by last modified time
    Searched refs:ELUL (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/
hebrwcal.h 151 * Constant for Elul, the 13th month of the Hebrew year.
153 ELUL
hebrwcal.cpp 86 { 29, 29, 29 }, //Elul
110 { 353, 354, 355 }, // Elul
131 { 383, 384, 385 }, // Elul
192 * must be adjusted so that the result is "29 Elul 5758" rather than the invalid
193 * "30 Elul 5758".
234 if (month <= ELUL) {
237 month -= ELUL+1;
251 month += ELUL+1;
288 * must be adjusted so that the result is "29 Elul 5758" rather than the invalid
289 * "30 Elul"
    [all...]
  /external/icu4c/test/intltest/
calcasts.cpp 207 static const int32_t ELUL = HebrewCalendar::ELUL;
285 // 2452495.5, 2002, AUGUST, 9, 5762, ELUL, 1,
286 // 2452523.5, 2002, SEPTEMBER, 6, 5762, ELUL, 29,
291 {2452495.5, 0, 5762, ELUL+1, 1, FRI, 0, 0, 0},
292 {2452523.5, 0, 5762, ELUL+1, 29, FRI, 0, 0, 0},
caltest.cpp     [all...]

Completed in 523 milliseconds