Home
last modified time | relevance | path

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

/bionic/libc/tools/zoneinfo/
DZoneCompactor.java75 private void writeInt(OutputStream os, int x) throws IOException { in writeInt() method in ZoneCompactor
149 writeInt(idx, starts.get(zname).intValue()); in ZoneCompactor()
150 writeInt(idx, lengths.get(zname).intValue()); in ZoneCompactor()
151 writeInt(idx, offsets.get(zname).intValue()); in ZoneCompactor()