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

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DVisibleAdvance.java58 private static final String textB = "spaces"; field in class:VisibleAdvance
60 private static final String text = textA + textB + textC;
63 private static final int endOfTextB = startOfTextB + textB.length ();

Completed in 375 milliseconds