OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELUL
(Results
1 - 3
of
3
) 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
206
static const int32_t
ELUL
= HebrewCalendar::
ELUL
;
284
// 2452495.5, 2002, AUGUST, 9, 5762,
ELUL
, 1,
285
// 2452523.5, 2002, SEPTEMBER, 6, 5762,
ELUL
, 29,
290
{2452495.5, 0, 5762,
ELUL
+1, 1, FRI, 0, 0, 0},
291
{2452523.5, 0, 5762,
ELUL
+1, 29, FRI, 0, 0, 0},
Completed in 22 milliseconds