Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp120 struct SimplifiedZoneType;
147 ZoneType(const SimplifiedZoneType&); // used by optimizeTypeList
1202 struct SimplifiedZoneType { struct
1205 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() function
1206 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() argument
1208 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument
1222 ZoneType::ZoneType(const SimplifiedZoneType& t) : in ZoneType()
1255 set<SimplifiedZoneType> simpleset; in optimizeTypeList()
1263 map<SimplifiedZoneType,int32_t> simplemap; in optimizeTypeList()
1265 for (set<SimplifiedZoneType>::const_iterator i=simpleset.begin(); in optimizeTypeList()
[all …]