Searched refs:charToDoubleToShort (Results 1 – 1 of 1) sorted by relevance
1422 public static short charToDoubleToShort(char value) { in charToDoubleToShort() method in Main1768 assertIntEquals(1234, charToDoubleToShort((char) 1234)); in main()1769 assertIntEquals(Character.MIN_VALUE, charToDoubleToShort(Character.MIN_VALUE)); in main()1770 assertIntEquals(/* sign-extended */ -1, charToDoubleToShort(Character.MAX_VALUE)); in main()