Searched refs:isdst (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tools/zoneinfo/
H A DZoneInfo.java69 byte[] isdst = new byte[ngmtoff];
73 isdst[i] = data[base + 6 * i + 4];
79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base);
90 int[] gmtoff, byte[] isdst, byte[] abbrev,
95 mIsDsts = isdst;
89 ZoneInfo(String name, int[] transitions, byte[] type, int[] gmtoff, byte[] isdst, byte[] abbrev, byte[] data, int abbrevoff) argument
/bionic/libc/tzcode/
H A Dlocaltime.c1132 register int isdst; local
1162 isdst = FALSE;
1188 if (isdst && !sp->ttis[j].tt_ttisstd) {

Completed in 41 milliseconds