Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlCharacterMatcher.java145 public static int findTagBackwards(IStructuredDocument doc, int offset, int targetTagBalance) { in findTagBackwards() argument
171 if (tagBalance == targetTagBalance) { in findTagBackwards()
199 public static int findTagForwards(IStructuredDocument doc, int start, int targetTagBalance) { in findTagForwards() argument
220 if (tagBalance == targetTagBalance) { in findTagForwards()
225 if (tagBalance == targetTagBalance) { in findTagForwards()