Searched refs:shortToCharToBytePrint (Results 1 – 1 of 1) sorted by relevance
1554 public static String shortToCharToBytePrint(short value) { in shortToCharToBytePrint() method in Main1792 assertStringEquals("c=1025, b=1", shortToCharToBytePrint((short) 1025)); in main()1793 assertStringEquals("c=1023, b=-1", shortToCharToBytePrint((short) 1023)); in main()1794 assertStringEquals("c=65535, b=-1", shortToCharToBytePrint((short) -1)); in main()