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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiLine.java461 static int getRunFromLogicalIndex(BidiBase bidiBase, int logicalIndex) { method in class:BidiLine
474 throw new IllegalStateException("Internal ICU error in getRunFromLogicalIndex");
621 runIndex = getRunFromLogicalIndex(bidiBase, point.pos);
633 runIndex = getRunFromLogicalIndex(bidiBase, ic);

Completed in 29 milliseconds