Home
last modified time | relevance | path

Searched defs:replaceEnd (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategyTest.java31 private void check(String before, int replaceStart, int replaceEnd, String formatted, in check()
74 int replaceEnd = before.indexOf(']'); in check() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormattingStrategy.java274 int replaceEnd; in format() local
386 int replaceEnd, String formatted, XmlFormatPreferences prefs) { in createReplaceEdit()