Lines Matching defs:saveHebrewMonth
1689 int32_t saveHebrewMonth = -1;
1789 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
1804 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
2418 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2636 if (saveHebrewMonth >= 0) {
2638 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2639 cal.set(UCAL_MONTH,saveHebrewMonth);
2641 cal.set(UCAL_MONTH,saveHebrewMonth-1);
2643 saveHebrewMonth = -1;
2694 saveHebrewMonth = value;
3080 saveHebrewMonth = value;