Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dsmpdtfmt.cpp1624 ((SimpleDateFormat*)this)->tztype = UTZFMT_TIME_TYPE_UNKNOWN; in parse()
1813 …if (ambiguousYear[0] || tztype != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-digit … in parse()
1836 if (tztype != UTZFMT_TIME_TYPE_UNKNOWN) { in parse()
1862 if (tztype == UTZFMT_TIME_TYPE_STANDARD) { in parse()
1877 if (tztype == UTZFMT_TIME_TYPE_STANDARD) { in parse()
2820 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2832 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2844 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
2856 ((SimpleDateFormat*)this)->tztype = tzTimeType; in subParse()
/external/icu4c/i18n/unicode/
Dsmpdtfmt.h1218 int32_t tztype; // here to avoid api change variable