Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp119 struct SimplifiedZoneType;
146 ZoneType(const SimplifiedZoneType&); // used by optimizeTypeList
1205 struct SimplifiedZoneType { struct
1208 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() argument
1209 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() function
1211 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument
1225 ZoneType::ZoneType(const SimplifiedZoneType& t) : in ZoneType()
1258 set<SimplifiedZoneType> simpleset; in optimizeTypeList()
1266 map<SimplifiedZoneType,int32_t> simplemap; in optimizeTypeList()
1268 for (set<SimplifiedZoneType>::const_iterator i=simpleset.begin(); in optimizeTypeList()
[all …]