Searched defs:numericLeapMonthFormatter (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dsmpdtfmt.cpp1707 MessageFormat * numericLeapMonthFormatter = NULL; local
1730 numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternNumeric], fLocale, status);
1731 if (numericLeapMonthFormatter == NULL) {
1735 goto ExitParse; // this will delete numericLeapMonthFormatter
1789 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
1804 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
2024 if (numericLeapMonthFormatter != NULL) {
2025 delete numericLeapMonthFormatter;
2419 int32_t patLoc, MessageFormat * numericLeapMonthFormatter) const
2444 if (numericLeapMonthFormatter !
[all...]

Completed in 40 milliseconds