Home
last modified time | relevance | path

Searched defs:ZoneType (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp135 struct ZoneType { struct
146 ZoneType(const SimplifiedZoneType&); // used by optimizeTypeList argument
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType() function
151 bool matches(const ZoneType& other) { in matches() argument
1225 ZoneType::ZoneType(const SimplifiedZoneType& t) : in ZoneType() function in ZoneType