Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsmpdtfmt.cpp1695 ((SimpleDateFormat*)this)->tztype = UTZFMT_TIME_TYPE_UNKNOWN; in parse()
1884 …if (ambiguousYear[0] || tztype != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-digit … in parse()
1907 if (tztype != UTZFMT_TIME_TYPE_UNKNOWN) { in parse()
1933 if (tztype == UTZFMT_TIME_TYPE_STANDARD) { in parse()
1948 if (tztype == UTZFMT_TIME_TYPE_STANDARD) { in parse()
2901 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2914 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2926 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2952 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2964 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Dsmpdtfmt.cpp1789 ((SimpleDateFormat*)this)->tztype = TZTYPE_UNK; in parse()
2017 …if (ambiguousYear[0] || tztype != TZTYPE_UNK) // If this is true then the two-digit year == the de… in parse()
2040 if (tztype != TZTYPE_UNK) { in parse()
2066 if (tztype == TZTYPE_STD) { in parse()
2081 if (tztype == TZTYPE_STD) { in parse()
2855 ((SimpleDateFormat*)this)->tztype = TZTYPE_STD; in subParse()
2857 ((SimpleDateFormat*)this)->tztype = TZTYPE_DST; in subParse()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsmpdtfmt.h1098 ParsedTZType tztype; // here to avoid api change variable
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1694 int32_t tztype; // here to avoid api change variable