Lines Matching refs:numericLeapMonthFormatter
1971 MessageFormat * numericLeapMonthFormatter = NULL; in parse() local
1994 …numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLea… in parse()
1995 if (numericLeapMonthFormatter == NULL) { in parse()
2053 …TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2068 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2288 if (numericLeapMonthFormatter != NULL) { in parse()
2289 delete numericLeapMonthFormatter; in parse()
2594 …int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, Si… in subParse() argument
2622 if (numericLeapMonthFormatter != NULL) { in subParse()
2623 numericLeapMonthFormatter->setFormats((const Format **)¤tNumberFormat, 1); in subParse()
2667 …if (numericLeapMonthFormatter != NULL && (patternCharIndex == UDAT_MONTH_FIELD || patternCharIndex… in subParse()
2669 Formattable * args = numericLeapMonthFormatter->parse(text, pos, argCount); in subParse()