Searched refs:ZoneType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp121 // A transition from one ZoneType to another
135 struct ZoneType { struct
146 ZoneType(const SimplifiedZoneType&); // used by optimizeTypeList
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} function in struct:ZoneType
151 bool matches(const ZoneType& other) {
157 // A collection of transitions from one ZoneType to another, together
165 vector<ZoneType> types;
401 ZoneType type;
474 for (vector<ZoneType>::iterator it=info.types.begin();
1033 vector<ZoneType>
1225 ZoneType::ZoneType(const SimplifiedZoneType& t) : function in class:ZoneType
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp121 // A transition from one ZoneType to another
135 struct ZoneType { struct
146 ZoneType(const SimplifiedZoneType&); // used by optimizeTypeList
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} function in struct:ZoneType
151 bool matches(const ZoneType& other) {
157 // A collection of transitions from one ZoneType to another, together
165 vector<ZoneType> types;
401 ZoneType type;
474 for (vector<ZoneType>::iterator it=info.types.begin();
1033 vector<ZoneType>
1225 ZoneType::ZoneType(const SimplifiedZoneType& t) : function in class:ZoneType
[all...]

Completed in 113 milliseconds