Searched refs:saveHebrewMonth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp1700 int32_t saveHebrewMonth = -1; local
1798 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
1813 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
2412 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2630 if (saveHebrewMonth >= 0) {
2632 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2633 cal.set(UCAL_MONTH,saveHebrewMonth);
2635 cal.set(UCAL_MONTH,saveHebrewMonth-1);
2637 saveHebrewMonth = -1;
2688 saveHebrewMonth
2411 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, MessageFormat * numericLeapMonthFormatter) const argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1354 * @param saveHebrewMonth Used to hang onto month until year is known.
1365 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1360 * @param saveHebrewMonth Used to hang onto month until year is known.
1369 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1727 int32_t saveHebrewMonth = -1; local
1823 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1838 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
2439 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2657 if (saveHebrewMonth >= 0) {
2659 if (!hc->isLeapYear(value) && saveHebrewMonth >= 6) {
2660 cal.set(UCAL_MONTH,saveHebrewMonth);
2662 cal.set(UCAL_MONTH,saveHebrewMonth-1);
2664 saveHebrewMonth = -1;
2715 saveHebrewMonth
2438 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, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType) const argument
[all...]

Completed in 126 milliseconds