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.java2359 Output<TimeType> tzTimeType = new Output<TimeType>(TimeType.UNKNOWN); in parse() local
2409 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2436 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2615 TimeType tztype = tzTimeType.value; in parse()
3067 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3100 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3433 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3443 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3454 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3478 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java2346 Output<TimeType> tzTimeType = new Output<TimeType>(TimeType.UNKNOWN); in parse() local
2396 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2423 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2602 TimeType tztype = tzTimeType.value; in parse()
3051 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) { in subParse() argument
3084 MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, in subParse() argument
3417 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3427 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3438 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
3462 TimeZone tz = tzFormat().parse(style, text, pos, tzTimeType); in subParse()
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2130 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; in parse() local
2225 …, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, mutableNFs); in parse()
2240 …biguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, mutableNFs, &da… in parse()
2390 …if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-di… in parse()
2413 if (tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) { in parse()
2439 if (tzTimeType == UTZFMT_TIME_TYPE_STANDARD) { in parse()
2454 if (tzTimeType == UTZFMT_TIME_TYPE_STANDARD) { in parse()
2858 …c, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, SimpleDateForma… in subParse() argument
3393 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3404 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1417 …c, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, SimpleDateForma…