Home | History | Annotate | Download | only in i18n

Lines Matching defs:saveHebrewMonth

1785     int32_t saveHebrewMonth = -1;
1889 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i);
1904 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i);
2369 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2510 if (saveHebrewMonth >= 0) {
2512 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2513 cal.set(UCAL_MONTH,saveHebrewMonth);
2515 cal.set(UCAL_MONTH,saveHebrewMonth-1);
2517 saveHebrewMonth = -1;
2552 saveHebrewMonth = value;