Searched defs:ZoneInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp125 int32_t type; // index into 'ZoneInfo.types' 0..255
141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
158 // with a list of the ZoneTypes. A ZoneInfo object may have a long
163 struct ZoneInfo { struct
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {} function in struct:ZoneInfo
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap;
232 // Global map holding all our ZoneInfo object
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp125 int32_t type; // index into 'ZoneInfo.types' 0..255
141 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
158 // with a list of the ZoneTypes. A ZoneInfo object may have a long
163 struct ZoneInfo { struct
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {} function in struct:ZoneInfo
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap;
232 // Global map holding all our ZoneInfo object
[all...]

Completed in 871 milliseconds