Searched refs:lastWhitespace (Results 1 – 1 of 1) sorted by relevance
690 int lastWhitespace = -1; in postProcessText() local694 lastWhitespace = i; in postProcessText()699 if (lastWhitespace != -1) { in postProcessText()701 …lineDescriptors.add(new LineDescriptor((short)(lastWhitespace + 1), (short)(lastWhitespace * 36))… in postProcessText()702 chunkStart += lastWhitespace + 1; in postProcessText()