Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2390 MessageFormat numericLeapMonthFormatter = null; in parse() local
2392numericLeapMonthFormatter = new MessageFormat(formatData.leapMonthPatterns[DateFormatSymbols.DT_LE… in parse()
2430 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2457 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
3088 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3121 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3139 if (numericLeapMonthFormatter != null) { in subParse()
3140 numericLeapMonthFormatter.setFormatByArgumentIndex(0, currentNumberFormat); in subParse()
3179 … if (numericLeapMonthFormatter != null && (patternCharIndex == 2 || patternCharIndex == 26)) { in subParse()
3181 Object[] args = numericLeapMonthFormatter.parse(text, pos); in subParse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2377 MessageFormat numericLeapMonthFormatter = null; in parse() local
2379numericLeapMonthFormatter = new MessageFormat(formatData.leapMonthPatterns[DateFormatSymbols.DT_LE… in parse()
2417 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2444 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
3072 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3105 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3123 if (numericLeapMonthFormatter != null) { in subParse()
3124 numericLeapMonthFormatter.setFormatByArgumentIndex(0, currentNumberFormat); in subParse()
3163 … if (numericLeapMonthFormatter != null && (patternCharIndex == 2 || patternCharIndex == 26)) { in subParse()
3165 Object[] args = numericLeapMonthFormatter.parse(text, pos); in subParse()
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2178 MessageFormat * numericLeapMonthFormatter = NULL; in parse() local
2201numericLeapMonthFormatter = 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 **)&currentNumberFormat, 1); in subParse()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1420 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,