Home
last modified time | relevance | path

Searched refs:mIsDsts (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java196 private final byte[] mIsDsts; field in ZoneInfo
292 mIsDsts = isDsts; in ZoneInfo()
301 if (lastStdTransitionIndex == -1 && mIsDsts[typeIndex] == 0) { in ZoneInfo()
304 if (lastDstTransitionIndex == -1 && mIsDsts[typeIndex] != 0) { in ZoneInfo()
372 for (int i = 0; i < mIsDsts.length; ++i) { in ZoneInfo()
373 if (mIsDsts[i] == 0) { in ZoneInfo()
574 if (mIsDsts[type] == 0) { in getOffsetsByUtcTime()
584 if (mIsDsts[type] == 0) { in getOffsetsByUtcTime()
627 return mIsDsts[offsetIndex] == 1; in inDaylightTime()
660 && Arrays.equals(mIsDsts, other.mIsDsts) in hasSameRules()
[all …]