Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java500 int firstNameIndex = firstName.length(); in sortNatural() local
503 firstNameIndex = k; in sortNatural()
515 if (nextName.regionMatches(0, firstName, 0, firstNameIndex) in sortNatural()
520 && nextName.length() > firstNameIndex in sortNatural()
521 && Character.isUpperCase(nextName.charAt(firstNameIndex))) { in sortNatural()
554 int common = firstNameIndex; in sortNatural()
555 for (int k = firstNameIndex + 1, n = firstName.length(); k < n; k++) { in sortNatural()
561 if (common > firstNameIndex) { in sortNatural()
573 common = firstNameIndex; in sortNatural()
577 firstNameIndex = common; in sortNatural()
[all …]