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