HomeSort by relevance Sort by last modified time
    Searched refs:ZONEINFO (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/tzcode/
tz2icu.cpp 125 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
162 // zoneinfo file.
163 struct ZoneInfo {
180 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
208 void ZoneInfo::clearAliases() {
213 void ZoneInfo::addAlias(int32_t index) {
218 void ZoneInfo::setAliasTo(int32_t index) {
224 typedef map<string, ZoneInfo> ZoneMap
    [all...]
  /external/icu4c/data/
Makefile.in 716 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo
724 ZONEINFO=$(TZCODE_DIR)/zoneinfo64.txt
726 # Override the normal genrb for zoneinfo to always pull from
728 $(BUILDDIR)/zoneinfo64.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
729 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
730 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
732 # Create the tzcode tool and zoneinfo as needed.
733 $(ZONEINFO): $(TZDATA)
734 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \
737 # end of zoneinfo-generatio
    [all...]

Completed in 42 milliseconds