Searched refs:shortToBytes (Results 1 – 4 of 4) sorted by relevance
157 byte[] sizeBytes = shortToBytes(size); in getByteArray()206 private static byte[] shortToBytes(short x) { in shortToBytes() method in UDataInfo
967 out.write(shortToBytes((short) count)); in writeBinary()968 LDML2ICUBinaryWriter.written += shortToBytes((short) count).length; in writeBinary()996 out.write(shortToBytes(zero)); in writeBinary()997 LDML2ICUBinaryWriter.written += shortToBytes(zero).length; in writeBinary()1254 temp = shortToBytes(x[i]); in shortArrayToBytes()1262 private static byte[] shortToBytes(short x) { in shortToBytes() method in ICUResourceWriter
677 out.write(shortToBytes(headSize)); in writeBinaryHeader()678 written += (shortToBytes(headSize)).length; in writeBinaryHeader()884 private static byte[] shortToBytes(short x) { in shortToBytes() method
366 public static byte[] shortToBytes(short value) { in shortToBytes() method in LiteralTools383 return shortToBytes((short)value); in charToBytes()