Searched refs:highByte (Results 1 – 1 of 1) sorted by relevance
856 private static short codeUnit(int lowByte, int highByte) { in codeUnit() argument861 if ((highByte & ~0xff) != 0) { in codeUnit()865 return (short) (lowByte | (highByte << 8)); in codeUnit()