Searched defs:saveHebrewMonth (Results 1 - 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
H A D | smpdtfmt.cpp | 1781 int32_t saveHebrewMonth = -1; local 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 2346 subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc) const argument [all...] |
Completed in 19 milliseconds