Searched refs:intArrayToBytes (Results 1 – 2 of 2) sorted by relevance
502 resourceBytes = intArrayToBytes(resources); in writeBinary()624 numBytes = intArrayToBytes(numbers); in writeBinary()955 out.write(intArrayToBytes(keys32)); in writeBinary()956 LDML2ICUBinaryWriter.written += intArrayToBytes(keys32).length; in writeBinary()958 out.write(intArrayToBytes(resources)); in writeBinary()959 LDML2ICUBinaryWriter.written += intArrayToBytes(resources).length; in writeBinary()981 out.write(intArrayToBytes(resources)); in writeBinary()982 LDML2ICUBinaryWriter.written += intArrayToBytes(resources).length; in writeBinary()1234 private static byte[] intArrayToBytes(int[] x) { in intArrayToBytes() method in ICUResourceWriter
802 indexBytes = intArrayToBytes(indexes); in writeKeyString()918 private static byte[] intArrayToBytes(int[] x) { in intArrayToBytes() method