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.java2369 MessageFormat numericLeapMonthFormatter = null; in parse() local
2371numericLeapMonthFormatter = new MessageFormat(formatData.leapMonthPatterns[DateFormatSymbols.DT_LE… in parse()
2409 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2436 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
3067 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3100 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3118 if (numericLeapMonthFormatter != null) { in subParse()
3119 numericLeapMonthFormatter.setFormatByArgumentIndex(0, currentNumberFormat); in subParse()
3158 … if (numericLeapMonthFormatter != null && (patternCharIndex == 2 || patternCharIndex == 26)) { in subParse()
3160 Object[] args = numericLeapMonthFormatter.parse(text, pos); in subParse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2356 MessageFormat numericLeapMonthFormatter = null; in parse() local
2358numericLeapMonthFormatter = new MessageFormat(formatData.leapMonthPatterns[DateFormatSymbols.DT_LE… in parse()
2396 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2423 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
3051 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3084 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3102 if (numericLeapMonthFormatter != null) { in subParse()
3103 numericLeapMonthFormatter.setFormatByArgumentIndex(0, currentNumberFormat); in subParse()
3142 … if (numericLeapMonthFormatter != null && (patternCharIndex == 2 || patternCharIndex == 26)) { in subParse()
3144 Object[] args = numericLeapMonthFormatter.parse(text, pos); in subParse()
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2143 MessageFormat * numericLeapMonthFormatter = NULL; in parse() local
2166numericLeapMonthFormatter = 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 **)&currentNumberFormat, 1); in subParse()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1417 …int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, Si…