Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DUDataInfo.java157 byte[] sizeBytes = shortToBytes(size); in getByteArray()
206 private static byte[] shortToBytes(short x) { in shortToBytes() method in UDataInfo
DICUResourceWriter.java967 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
DLDML2ICUBinaryWriter.java677 out.write(shortToBytes(headSize)); in writeBinaryHeader()
678 written += (shortToBytes(headSize)).length; in writeBinaryHeader()
884 private static byte[] shortToBytes(short x) { in shortToBytes() method
/external/smali/smali/src/main/java/org/jf/smali/
DLiteralTools.java366 public static byte[] shortToBytes(short value) { in shortToBytes() method in LiteralTools
383 return shortToBytes((short)value); in charToBytes()