Home
last modified time | relevance | path

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

/external/icu4c/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/icu4c/i18n/unicode/
Dsmpdtfmt.h1098 ParsedTZType tztype; // here to avoid api change variable