HomeSort by relevance Sort by last modified time
    Searched refs:ZONEINFO (Results 1 - 3 of 3) 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 547 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo.txt
553 ZONEINFO=$(TZCODE_DIR)/zoneinfo.txt
555 # Override the normal genrb for zoneinfo.txt to always pull from
556 # icu/source/tools/tzcode/zoneinfo.txt
557 $(BUILDDIR)/zoneinfo.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
558 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
559 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
561 # Create the tzcode tool and zoneinfo.txt as needed
    [all...]
Makefile.in 711 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo
719 ZONEINFO=$(TZCODE_DIR)/zoneinfo64.txt
721 # Override the normal genrb for zoneinfo to always pull from
723 $(BUILDDIR)/zoneinfo64.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
724 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
725 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
727 # Create the tzcode tool and zoneinfo as needed.
728 $(ZONEINFO): $(TZDATA)
729 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \
732 # end of zoneinfo-generatio
    [all...]

Completed in 49 milliseconds