Searched refs:intToBytes (Results 1 – 3 of 3) sorted by relevance
384 valLenBytes = intToBytes(val.length()); in writeBinary()506 out.write(intToBytes(count)); in writeBinary()507 LDML2ICUBinaryWriter.written += intToBytes(count).length; in writeBinary()519 out.write(intToBytes(0)); in writeBinary()520 LDML2ICUBinaryWriter.written += intToBytes(0).length; in writeBinary()627 out.write(intToBytes(count)); in writeBinary()628 LDML2ICUBinaryWriter.written += intToBytes(count).length; in writeBinary()768 valLenBytes = intToBytes(val.length()); in writeBinary()951 out.write(intToBytes(count)); in writeBinary()952 LDML2ICUBinaryWriter.written += intToBytes(count).length; in writeBinary()[all …]
790 rootBytes = intToBytes(root); in writeKeyString()896 private static byte[] intToBytes(int x) { in intToBytes() method924 temp = intToBytes(x[i]); in intArrayToBytes()
356 public static byte[] intToBytes(int value) { in intToBytes() method in LiteralTools375 return intToBytes(Float.floatToRawIntBits(value)); in floatToBytes()