Searched refs:fileContent (Results 1 – 5 of 5) sorted by relevance
61 String fileContent = AdtPlugin.readFile(file); in checkFixes() local66 int caretContextIndex = fileContent.indexOf(caretContext); in checkFixes()
335 String fileContent = AdtPlugin.readFile(file); in getCaretOffset() local336 return getCaretOffset(fileContent, caretLocation); in getCaretOffset()
936 String fileContent = AdtPlugin.readFile(file); in checkApplyCompletion() local938 document.set(fileContent); in checkApplyCompletion()949 int offset = getCaretOffset(fileContent, caretLocation); in checkApplyCompletion()950 String beforeWithCaret = fileContent.substring(0, offset) + CARET in checkApplyCompletion()951 + fileContent.substring(offset); in checkApplyCompletion()
103 protected int getCaretOffset(String fileContent, String caretLocation) { in getCaretOffset() argument109 int caretContextIndex = fileContent.indexOf(caretContext); in getCaretOffset()
175 String fileContent = AdtPlugin.readFile(file); in checkResourceFix() local176 document.set(fileContent); in checkResourceFix()