Searched refs:indentationAdj (Results 1 – 1 of 1) sorted by relevance
752 …List<TextElement> indentationAdj = processIndentation(indentation, nodeText.getElements().subList(… in adjustIndentation() local754 …indentationAdj = indentationAdj.subList(0, indentationAdj.size() - Math.min(STANDARD_INDENTATION_S… in adjustIndentation()756 …indentationAdj = indentationAdj.subList(0, Math.max(0, indentationAdj.size() - STANDARD_INDENTATIO… in adjustIndentation()758 for (TextElement e : indentationAdj) { in adjustIndentation()