Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java502 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
DLDML2ICUBinaryWriter.java802 indexBytes = intArrayToBytes(indexes); in writeKeyString()
918 private static byte[] intArrayToBytes(int[] x) { in intArrayToBytes() method