Lines Matching defs:saveHebrewMonth
1781 int32_t saveHebrewMonth = -1;
1886 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i);
1901 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i);
2347 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2478 if (saveHebrewMonth >= 0) {
2480 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2481 cal.set(UCAL_MONTH,saveHebrewMonth);
2483 cal.set(UCAL_MONTH,saveHebrewMonth-1);
2485 saveHebrewMonth = -1;
2520 saveHebrewMonth = value;