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

/openjdk7/jdk/src/share/classes/sun/font/
H A DScriptRun.java77 private int textLimit; field in class:ScriptRun
111 textLimit = start + count;
157 if (scriptLimit >= textLimit) {
246 if (scriptLimit >= textLimit) {
250 if (ch >= LEAD_START && ch < LEAD_LIMIT && scriptLimit < textLimit) {
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java1052 int textLimit,
1064 int runLimit = Math.min(styledParagraph.getRunLimit(pos), textLimit);
1112 } while (pos < textLimit);
1049 getComponents(StyledParagraph styledParagraph, char[] chars, int textStart, int textLimit, int[] charsLtoV, byte[] levels, TextLabelFactory factory) argument

Completed in 33 milliseconds