Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y48 typedef struct ZoneInfo struct
55 } ZoneInfo; argument
/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
/external/python/cpython3/Lib/test/
Ddatetimetester.py5329 class ZoneInfo(tzinfo): class