Searched refs:shortToCharToByte (Results 1 – 1 of 1) sorted by relevance
1538 public static byte shortToCharToByte(short value) { in shortToCharToByte() method in Main1788 assertIntEquals(0x34, shortToCharToByte((short) 0x1234)); in main()1789 assertIntEquals(-0x10, shortToCharToByte((short) 0x12f0)); in main()1790 assertIntEquals(0, shortToCharToByte(Short.MIN_VALUE)); in main()1791 assertIntEquals(-1, shortToCharToByte(Short.MAX_VALUE)); in main()