Searched refs:tztype (Results 1 – 4 of 4) sorted by relevance
1695 ((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 …]
1789 ((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()
1098 ParsedTZType tztype; // here to avoid api change variable
1694 int32_t tztype; // here to avoid api change variable