Searched defs:rawUtcOffsets (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DZoneInfoDB.java65 * of each time zone, and 'rawUtcOffsets' gives the time zone's raw UTC offset.
69 private int[] rawUtcOffsets; field in class:ZoneInfoDB.TzData
85 byteOffsets = rawUtcOffsets = new int[1];
152 rawUtcOffsets = new int[entryCount];
164 rawUtcOffsets[i] = it.readInt();
193 for (int i = 0, end = rawUtcOffsets.length; i < end; ++i) {
194 if (rawUtcOffsets[i] == rawOffset) {

Completed in 82 milliseconds