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