Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java2380 Output<TimeType> tzTimeType = new Output<TimeType>(TimeType.UNKNOWN); in parse() local
2430 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2457 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2636 TimeType tztype = tzTimeType.value; in parse()
3088 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3121 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3451 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3461 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3472 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3496 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2367 Output<TimeType> tzTimeType = new Output<TimeType>(TimeType.UNKNOWN); in parse() local
2417 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2444 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2623 TimeType tztype = tzTimeType.value; in parse()
3072 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3105 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3435 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3445 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3456 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3480 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2166 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; in parse() local
2260 … TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType); in parse()
2275 …mbiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, &dayPeriodInt); in parse()
2425 …if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-di… in parse()
2448 if (tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) { in parse()
2474 if (tzTimeType == UTZFMT_TIME_TYPE_STANDARD) { in parse()
2489 if (tzTimeType == UTZFMT_TIME_TYPE_STANDARD) { in parse()
2893 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, in subParse() argument
3430 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3445 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1420 … int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType,