Searched refs:shortToCharToShort (Results 1 – 1 of 1) sorted by relevance
1507 public static short shortToCharToShort(short value) { in shortToCharToShort() method in Main1782 assertIntEquals((short) -5678, shortToCharToShort((short) -5678)); in main()1783 assertIntEquals(Short.MIN_VALUE, shortToCharToShort(Short.MIN_VALUE)); in main()1784 assertIntEquals(Short.MAX_VALUE, shortToCharToShort(Short.MAX_VALUE)); in main()