Searched defs:tzTimeType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfmt.cpp2891 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
2893 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2895 ((SimpleDateFormat*)this)->tztype = tzTimeType;
2903 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
2906 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2908 ((SimpleDateFormat*)this)->tztype = tzTimeType;
2916 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
2918 TimeZone *tz = tzFormat()->parse(style, text, pos, &tzTimeType);
2920 ((SimpleDateFormat*)this)->tztype = tzTimeType;
2928 UTimeZoneFormatTimeType tzTimeType local
2954 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
2966 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
2995 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1729 UTimeZoneFormatTimeType tzTimeType = UTZFMT_TIME_TYPE_UNKNOWN; local
1823 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1838 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1918 if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-digit year == the default start year
1941 if (tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) {
1967 if (tzTimeType == UTZFMT_TIME_TYPE_STANDARD) {
1982 if (tzTimeType == UTZFMT_TIME_TYPE_STANDARD) {
2440 int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType) const
2953 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
2964 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType);
[all...]

Completed in 61 milliseconds