Searched refs:hasNewlineAt (Results 1 – 3 of 3) sorted by relevance
46 public static int hasNewlineAt(String input, int idx) { in hasNewlineAt() method in Newlines
130 while (Newlines.hasNewlineAt(input, lineEnd) == -1) { in getReflowReplacements()162 while (Newlines.hasNewlineAt(input, lineEnd) == -1) { in getReflowReplacements()
281 int newlineLength = Newlines.hasNewlineAt(javaInput.getText(), replaceTo); in getFormatReplacements()