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

/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java166 f.write(toAscii(new byte[12], version));
190 f.write(toAscii(new byte[MAXNAME], zoneName));
224 private static byte[] toAscii(byte[] dst, String src) { method in class:ZoneCompactor

Completed in 1204 milliseconds