Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp164 struct ZoneInfo { struct
181 ZoneInfo() : finalYear(-1), aliasTo(-1) {} in ZoneInfo() argument
209 void ZoneInfo::clearAliases() { in clearAliases() argument
214 void ZoneInfo::addAlias(int32_t index) { in addAlias()
219 void ZoneInfo::setAliasTo(int32_t index) { in setAliasTo()
225 typedef map<string, ZoneInfo> ZoneMap;
292 void readzoneinfo(ifstream& file, ZoneInfo& info, bool is64bitData) { in readzoneinfo()
551 ZoneInfo info; in handleFile()
560 ZoneInfo info64; in handleFile()
1013 void ZoneInfo::print(ostream& os, const string& id) const { in print()
[all …]
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y48 typedef struct ZoneInfo struct
55 } ZoneInfo; argument
/external/python/cpython3/Lib/test/
Ddatetimetester.py5329 class ZoneInfo(tzinfo): class
5566 self.tz = ZoneInfo.fromname(self.zonename)
5668 for name in ZoneInfo.zonenames():