Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DICUResourceWriter.java508 resourceBytes = intArrayToBytes(resources); in writeBinary()
636 numBytes = intArrayToBytes(numbers); in writeBinary()
974 out.write(intArrayToBytes(keys32)); in writeBinary()
975 LDML2ICUBinaryWriter.written += intArrayToBytes(keys32).length; in writeBinary()
977 out.write(intArrayToBytes(resources)); in writeBinary()
978 LDML2ICUBinaryWriter.written += intArrayToBytes(resources).length; in writeBinary()
1000 out.write(intArrayToBytes(resources)); in writeBinary()
1001 LDML2ICUBinaryWriter.written += intArrayToBytes(resources).length; in writeBinary()
1261 private static byte[] intArrayToBytes(int[] x) { in intArrayToBytes() method in ICUResourceWriter
DLDML2ICUBinaryWriter.java804 indexBytes = intArrayToBytes(indexes); in writeKeyString()
920 private static byte[] intArrayToBytes(int[] x) { in intArrayToBytes() method