HomeSort by relevance Sort by last modified time
    Searched full:zoneinfo (Results 1 - 25 of 66) sorted by null

1 2 3

  /bionic/libc/zoneinfo/
Android.mk 4 ALL_PREBUILT += $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.dat
5 $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.dat : $(LOCAL_PATH)/zoneinfo.dat | $(ACP)
8 ALL_PREBUILT += $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.idx
9 $(TARGET_OUT)/usr/share/zoneinfo/zoneinfo.idx : $(LOCAL_PATH)/zoneinfo.idx | $(ACP
    [all...]
  /development/tools/zoneinfo/
generate 23 javac -target 1.5 ZoneCompactor.java ZoneInfo.java
35 cp zoneinfo.dat zoneinfo.idx ../../../bionic/libc/zoneinfo
37 echo $version | sed 's/tzdata//' > ../../../bionic/libc/zoneinfo/zoneinfo.version
ZoneCompactor.java 30 // <produces zoneinfo.dat and zoneinfo.idx>
84 File zoneInfoFile = new File("zoneinfo.dat");
86 OutputStream zoneInfo = new FileOutputStream(zoneInfoFile);
108 byte[] data = copyFile(f, zoneInfo);
110 TimeZone tz = ZoneInfo.make(s, data);
116 zoneInfo.close();
129 File idxFile = new File("zoneinfo.idx");
ZoneInfo.java 23 * Copied from ZoneInfo and ZoneInfoDB in dalvik.
26 public class ZoneInfo extends TimeZone {
53 public static ZoneInfo make(String name, byte[] data) {
79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base);
89 /*package*/ ZoneInfo(String name, int[] transitions, byte[] type,
239 if (!(obj instanceof ZoneInfo)) {
242 ZoneInfo other = (ZoneInfo) obj;
  /external/icu4c/tools/tzcode/
tz2icu.h 15 /* We have modified the zoneinfo binary format (we write raw offset
18 * to use our output files as normal zoneinfo files, and also prevents
19 * someone from trying to use normal zoneinfo files for ICU. We also
41 #define ICU_TZ_RESOURCE "zoneinfo"
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...]
readme.txt 19 The purpose of these tools is to process the zoneinfo or "Olson" time
46 The zoneinfo or "Olson" time zone package is used by various systems
85 3. Build ICU normally. You will see a notice "updating zoneinfo.txt..."
99 6. Don't forget to check in the new zoneinfo.txt (from its location at
100 {path_to}/icu/source/data/misc/zoneinfo.txt) into SVN.
icuzones 7 # turn "Olson" tzdata into ICU's zoneinfo.txt.
Makefile.in 97 TZDIR=zoneinfo
104 ICUDATA=ZoneMetaData.java icu_zone.txt tz2icu zoneinfo.txt
Makefile.org 97 TZDIR=zoneinfo
104 ICUDATA=ZoneMetaData.java icu_zone.txt tz2icu zoneinfo.txt
  /external/icu4c/i18n/
wintzimpl.cpp 111 static UBool getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length) {
123 zoneInfo->Bias = bias;
124 zoneInfo->DaylightBias = daylightBias;
125 zoneInfo->StandardBias = standardBias;
126 zoneInfo->DaylightDate = daylightDate;
127 zoneInfo->StandardDate = standardDate;
137 * Given the timezone icuid, fill in zoneInfo by calling auxillary functions that creates a timezone and extract the
138 * information to put into zoneInfo. This includes bias and standard time date and daylight saving date.
141 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length)
143 if (getWindowsTimeZoneInfo(zoneInfo, icuid, length))
    [all...]
wintzimpl.h 32 uprv_getWindowsTimeZoneInfo(TIME_ZONE_INFORMATION *zoneInfo, const UChar *icuid, int32_t length);
olsontz.h 32 * This class uses a resource bundle named "zoneinfo". Zoneinfo is a
120 * @param top the top-level zoneinfo resource bundle. This is used
  /external/icu4c/data/misc/
miscfiles.mk 21 # | MISC_SOURCE = zoneinfo.txt
26 zoneinfo.txt supplementalData.txt metazoneInfo.txt likelySubtags.txt plurals.txt numberingSystems.txt
  /external/qemu/android/utils/
timezone.h 16 * 'tzname' is not in zoneinfo format (e.g. Area/Location)
20 /* append the current host "zoneinfo" timezone name to a given buffer. note
timezone.c 96 /* on OS X, the timezone directory is always /usr/share/zoneinfo
104 #define ZONEINFO_DIR "/usr/share/zoneinfo/"
124 dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name",
130 dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE );
143 /* on Linux, with glibc2, the zoneinfo directory can be changed with TZDIR environment variable
144 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
145 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
149 * the original timezone file. the only way to know which zoneinfo name to retrieve is to compare
162 #define ZONEINFO_DIR "/usr/share/zoneinfo/"
300 D( "%s: ignoring non zoneinfo formatted TZ environment variable: '%s'\n"
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java 32 * 'zoneinfo' database as the source of time zone information. However, to conserve
35 * third file indicates the version of the zoneinfo databse used to generate the data.
47 System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/";
53 ZONE_DIRECTORY_NAME + "zoneinfo.dat";
57 * the zoneinfo.dat file.
60 ZONE_DIRECTORY_NAME + "zoneinfo.idx";
63 * Zoneinfo version used prior to creation of the zoneinfo.version file,
73 ZONE_DIRECTORY_NAME + "zoneinfo.version";
273 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base)
    [all...]
ZoneInfo.java 27 public class ZoneInfo extends TimeZone {
67 /*package*/ ZoneInfo(String name, int[] transitions, byte[] type,
228 if (!(obj instanceof ZoneInfo)) {
231 ZoneInfo other = (ZoneInfo) obj;
  /external/icu4c/test/compat/
tzone.pl 14 my @TZONE_RAW = `locate zoneinfo | grep '^/usr/share/zoneinfo/' | grep -v 'tab\$' | grep -v '/right/' | grep -v '/posix/' | grep -v '/posixrules\$' | grep -v '/Factory\$'`;
  /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 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...]
  /system/core/libcutils/
tzfile.h 33 #define TZDIR "/usr/share/zoneinfo" /* "/android/usr/share/zoneinfo" */ /* Time zone object file directory */
  /external/icu4c/stubdata/
icudt42l-default.txt 135 zoneinfo.res
icudt42l-us-japan.txt 117 zoneinfo.res
icudt42l-us.txt 110 zoneinfo.res

Completed in 527 milliseconds

1 2 3