Home
last modified time | relevance | path

Searched refs:startInRegion (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java652 int startInRegion = selStart - region.getStartOffset(); in findSelectionInRegion() local
670 if (subRegion.getStart() <= startInRegion && in findSelectionInRegion()
671 startInRegion < subRegion.getTextEnd()) { in findSelectionInRegion()
687 } else if (subRegion.getStart() <= startInRegion && in findSelectionInRegion()
688 startInRegion < subRegion.getTextEnd() && in findSelectionInRegion()