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