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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp1716 MessageFormat * numericLeapMonthFormatter = NULL; local
1739 numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternNumeric], fLocale, status);
1740 if (numericLeapMonthFormatter == NULL) {
1744 goto ExitParse; // this will delete numericLeapMonthFormatter
1798 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
1813 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
2033 if (numericLeapMonthFormatter != NULL) {
2034 delete numericLeapMonthFormatter;
2413 int32_t patLoc, MessageFormat * numericLeapMonthFormatter) const
2438 if (numericLeapMonthFormatter !
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1358 * @param numericLeapMonthFormatter If non-null, used to parse numeric leap months.
1366 int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType) const;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1364 * @param numericLeapMonthFormatter If non-null, used to parse numeric leap months.
1370 int32_t patLoc, MessageFormat * numericLeapMonthFormatter) const;
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1741 MessageFormat * numericLeapMonthFormatter = NULL; local
1764 numericLeapMonthFormatter = new MessageFormat(fSymbols->fLeapMonthPatterns[DateFormatSymbols::kLeapMonthPatternNumeric], fLocale, status);
1765 if (numericLeapMonthFormatter == NULL) {
1769 goto ExitParse; // this will delete numericLeapMonthFormatter
1823 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1838 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
2058 if (numericLeapMonthFormatter != NULL) {
2059 delete numericLeapMonthFormatter;
2440 int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType) const
2465 if (numericLeapMonthFormatter !
2438 subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType) const argument
[all...]

Completed in 1682 milliseconds