Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java971 out.write(shortArrayToBytes(keys16)); in writeBinary()
972 LDML2ICUBinaryWriter.written += shortArrayToBytes(keys16).length; in writeBinary()
1248 private static byte[] shortArrayToBytes(short[] x) { in shortArrayToBytes() method in ICUResourceWriter