Home | History | Annotate | Download | only in i18n

Lines Matching refs:tztype

1862     // hack, reset tztype, cast away const
1863 ((SimpleDateFormat*)this)->tztype = TZTYPE_UNK;
2049 if (ambiguousYear[0] || tztype != TZTYPE_UNK) // If this is true then the two-digit year == the default start year
2072 if (tztype != TZTYPE_UNK) {
2098 if (tztype == TZTYPE_STD) {
2113 if (tztype == TZTYPE_STD) {
2118 } else { // tztype == TZTYPE_DST
3106 ((SimpleDateFormat*)this)->tztype = TZTYPE_STD;
3108 ((SimpleDateFormat*)this)->tztype = TZTYPE_DST;