Home | History | Annotate | Download | only in i18n

Lines Matching refs:tztype

1780     // hack, reset tztype, cast away const
1781 ((SimpleDateFormat*)this)->tztype = TZTYPE_UNK;
1988 if (ambiguousYear[0] || tztype != TZTYPE_UNK) // If this is true then the two-digit year == the default start year
2011 if (tztype != TZTYPE_UNK) {
2037 if (tztype == TZTYPE_STD) {
2052 if (tztype == TZTYPE_STD) {
2057 } else { // tztype == TZTYPE_DST
2782 ((SimpleDateFormat*)this)->tztype = TZTYPE_STD;
2784 ((SimpleDateFormat*)this)->tztype = TZTYPE_DST;