Home
last modified time | relevance | path

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

/system/timezone/input_tools/android/zone_compactor/main/java/
DZoneCompactor.java126 f.write(toAscii(new byte[12], version)); in ZoneCompactor()
158 f.write(toAscii(new byte[MAXNAME], zoneName)); in ZoneCompactor()
182 private static byte[] toAscii(byte[] dst, String src) { in toAscii() method in ZoneCompactor