Searched refs:oldContents (Results 1 – 1 of 1) sorted by relevance
1288 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, in reformat() argument1291 document.set(oldContents); in reformat()1326 int end = oldContents.length(); in reformat()1329 if (formatted.charAt(i) != oldContents.charAt(j)) { in reformat()1345 if (formatted.charAt(i) != oldContents.charAt(j)) { in reformat()