Lines Matching refs:numericLeapMonthFormatter
2178 MessageFormat * numericLeapMonthFormatter = NULL; in parse() local
2201 …numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLea… in parse()
2202 if (numericLeapMonthFormatter == NULL) { in parse()
2260 … TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType); in parse()
2275 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2565 if (numericLeapMonthFormatter != NULL) { in parse()
2566 delete numericLeapMonthFormatter; in parse()
2893 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, in subParse() argument
2922 if (numericLeapMonthFormatter != NULL) { in subParse()
2923 numericLeapMonthFormatter->setFormats((const Format **)¤tNumberFormat, 1); in subParse()
2967 …if (numericLeapMonthFormatter != NULL && (patternCharIndex == UDAT_MONTH_FIELD || patternCharIndex… in subParse()
2969 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse()
3596 patLoc, numericLeapMonthFormatter, tzTimeType); in subParse()