HomeSort by relevance Sort by last modified time
    Searched defs:tzh_timecnt (Results 1 - 4 of 4) sorted by null

  /bionic/libc/tzcode/
tzfile.h 57 char tzh_timecnt[4]; /* coded number of transition times */ member in struct:tzhead
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
66 ** tzh_timecnt (unsigned char)s types of local time starting at above
  /external/icu4c/tools/tzcode/
tzfile.h 57 char tzh_timecnt[4]; /* coded number of transition times */ member in struct:tzhead
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
66 ** tzh_timecnt (unsigned char)s types of local time starting at above
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 203 int tzh_timecnt = data.readInt(); local
208 int[] transitions = new int[tzh_timecnt];
211 byte[] type = new byte[tzh_timecnt];
  /system/core/libcutils/
tzfile.h 57 char tzh_timecnt[4]; /* coded number of transition times */ member in struct:tzhead
65 ** tzh_timecnt (char [4])s coded transition times a la time(2)
66 ** tzh_timecnt (unsigned char)s types of local time starting at above

Completed in 141 milliseconds