Searched refs:spacesNeighboringLfRemoved (Results 1 – 1 of 1) sorted by relevance
196 String spacesNeighboringLfRemoved = crRemoved.replaceAll(" *\n *", "\n"); in applySpacePolicy() local198 String lfToSpace = treatLfAsSpace ? spacesNeighboringLfRemoved.replaceAll("\n", " ") in applySpacePolicy()199 : spacesNeighboringLfRemoved; in applySpacePolicy()