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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java668 if (!textLine.isCharSpace(logIndex)) {
692 if (!textLine.isCharSpace(logIndex)) {
H A DTextLine.java583 public boolean isCharSpace(int logicalIndex) { method in class:TextLine

Completed in 803 milliseconds