HomeSort by relevance Sort by last modified time
    Searched full:potentialstart (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringUtil.java 131 int potentialStart = attr.getName().length() + 2; // + 2: add ="
140 int index = text.indexOf(value, potentialStart);
159 int potentialStart = 1; // add '<'
167 int index = text.indexOf(element.getTagName(), potentialStart);

Completed in 239 milliseconds