Lines Matching refs:numericLeapMonthFormatter
2143 MessageFormat * numericLeapMonthFormatter = NULL; in parse() local
2166 …numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLea… in parse()
2167 if (numericLeapMonthFormatter == NULL) { in parse()
2225 …TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2240 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2530 if (numericLeapMonthFormatter != NULL) { in parse()
2531 delete numericLeapMonthFormatter; in parse()
2858 …int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, Si… in subParse() argument
2887 if (numericLeapMonthFormatter != NULL) { in subParse()
2888 numericLeapMonthFormatter->setFormats((const Format **)¤tNumberFormat, 1); in subParse()
2932 …if (numericLeapMonthFormatter != NULL && (patternCharIndex == UDAT_MONTH_FIELD || patternCharIndex… in subParse()
2934 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse()
3539 patLoc, numericLeapMonthFormatter, tzTimeType, mutableNFs); in subParse()