HomeSort by relevance Sort by last modified time
    Searched defs:tzh_timecnt (Results 1 - 5 of 5) 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/chromium/third_party/icu/source/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
  /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/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java 208 int tzh_timecnt = data.getInt(); local
212 int[] transitions = new int[tzh_timecnt];
213 for (int i = 0; i < tzh_timecnt; ++i) {
217 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 19 milliseconds