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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 624 int separatorLength = mLineSeparator.length();
625 if (mOut.length() >= separatorLength) {
626 for (int i = 0, j = mOut.length() - separatorLength; i < separatorLength; i++) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 299 milliseconds