Searched refs:getHighBit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java1426 private static int getHighBit(int value) { method in class:NumericShaper
1465 int power = 1 << getHighBit(length);
/openjdk7/jdk/src/solaris/classes/sun/nio/cs/ext/
H A DCOMPOUND_TEXT_Decoder.java584 high = CompoundTextSupport.getHighBit(escSequence);
H A DCompoundTextSupport.java462 static boolean getHighBit(byte[] escSequence) { method in class:CompoundTextSupport

Completed in 42 milliseconds