Searched refs:tztype (Results 1 – 2 of 2) sorted by relevance
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