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

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
tzfile.h 58 char tzh_typecnt[4]; /* coded number of local time types */ member in struct:tzhead
67 ** tzh_typecnt repetitions of
  /bionic/libc/tzcode/
tzfile.h 48 char tzh_typecnt[4]; /* coded number of local time types */ member in struct:tzhead
57 ** tzh_typecnt repetitions of
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 48 char tzh_typecnt[4]; /* coded number of local time types */ member in struct:tzhead
57 ** tzh_typecnt repetitions of
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 204 int tzh_typecnt = it.readInt(); local
206 if (tzh_typecnt < 1) {
209 } else if (tzh_typecnt > MAX_TYPES) {
211 "Timezone with id " + id + " has too many types=" + tzh_typecnt);
239 if (typeIndex >= tzh_typecnt) {
241 id + " type at " + i + " is not < " + tzh_typecnt + ", is " + typeIndex);
245 int[] gmtOffsets = new int[tzh_typecnt];
246 byte[] isDsts = new byte[tzh_typecnt];
247 for (int i = 0; i < tzh_typecnt; ++i) {
    [all...]

Completed in 716 milliseconds