Searched refs:lastWrapIndex (Results 1 – 1 of 1) sorted by relevance
221 int lastWrapIndex = 0; // used for wrapping in getHtml() local237 int recentNewLine = sb.substring(lastWrapIndex + 1).lastIndexOf('\n'); in getHtml()239 lastWrapIndex += recentNewLine; in getHtml()243 if (((sb.length() - 1) - lastWrapIndex) > wrapSize) { in getHtml()245 lastWrapIndex = sb.length() - 1; in getHtml()