Lines Matching refs:numericLeapMonthFormatter
2266 MessageFormat * numericLeapMonthFormatter = NULL; in parse() local
2289 …numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLea… in parse()
2290 if (numericLeapMonthFormatter == NULL) { in parse()
2348 … TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType); in parse()
2363 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2649 if (numericLeapMonthFormatter != NULL) { in parse()
2650 delete numericLeapMonthFormatter; in parse()
2977 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, in subParse() argument
3006 if (numericLeapMonthFormatter != NULL) { in subParse()
3007 numericLeapMonthFormatter->setFormats((const Format **)¤tNumberFormat, 1); in subParse()
3051 …if (numericLeapMonthFormatter != NULL && (patternCharIndex == UDAT_MONTH_FIELD || patternCharIndex… in subParse()
3053 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse()
3680 patLoc, numericLeapMonthFormatter, tzTimeType); in subParse()