Searched defs:getHighBit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/nio/cs/ext/
H A DCompoundTextSupport.java462 static boolean getHighBit(byte[] escSequence) { method in class:CompoundTextSupport
/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);

Completed in 37 milliseconds