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

  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 124 int32_t type; // index into 'ZoneInfo.types' 0..255
140 int32_t abbr; // index into ZoneInfo.abbrs 0..n-1
157 // with a list of the ZoneTypes. A ZoneInfo object may have a long
161 // zoneinfo file.
162 struct ZoneInfo {
179 ZoneInfo() : finalYear(-1), aliasTo(-1) {}
207 void ZoneInfo::clearAliases() {
212 void ZoneInfo::addAlias(int32_t index) {
217 void ZoneInfo::setAliasTo(int32_t index) {
223 typedef map<string, ZoneInfo> ZoneMap
    [all...]
  /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/chromium/third_party/icu/source/data/
Makefile.in 554 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo.txt
560 ZONEINFO=$(TZCODE_DIR)/zoneinfo.txt
562 # Override the normal genrb for zoneinfo.txt to always pull from
563 # icu/source/tools/tzcode/zoneinfo.txt
564 $(BUILDDIR)/zoneinfo.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
565 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
566 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
568 # Create the tzcode tool and zoneinfo.txt as needed
    [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 728 # if the tzcode directory contains a new tzdata*.tar.gz file, use it for zoneinfo
736 ZONEINFO=$(TZCODE_DIR)/zoneinfo64.txt
738 # Override the normal genrb for zoneinfo to always pull from
740 $(BUILDDIR)/zoneinfo64.res: $(ZONEINFO) $(TOOLBINDIR)/genrb$(TOOLEXEEXT)
741 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
742 $(INVOKE) $(TOOLBINDIR)/genrb $(GENRBOPTS) -q -i $(BUILDDIR) -d $(BUILDDIR) $(ZONEINFO)
744 # Create the tzcode tool and zoneinfo as needed.
745 $(ZONEINFO): $(TZDATA)
746 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \
749 # end of zoneinfo-generatio
    [all...]

Completed in 419 milliseconds