HomeSort by relevance Sort by last modified time
    Searched defs:findTextStart (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 99 int textStart = findTextStart(doc, lineStart, offset);
234 int prevTextStart = findTextStart(doc, prevLineStart, begin);
326 public static int findTextStart(IDocument document, int lineStart, int lineEnd)
353 int textStart = findTextStart(doc, lineStart, command.offset);
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 208 milliseconds