Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp1202 struct SimplifiedZoneType { struct
1205 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType() argument
1206 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType() function
1208 bool operator<(const SimplifiedZoneType& t) const { in operator <() argument