Home
last modified time | relevance | path

Searched refs:nextName (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.java514 String nextName = next.getName(); in sortNatural() local
515 if (nextName.regionMatches(0, firstName, 0, firstNameIndex) in sortNatural()
520 && nextName.length() > firstNameIndex in sortNatural()
521 && Character.isUpperCase(nextName.charAt(firstNameIndex))) { in sortNatural()
563 String nextName = subprops[k].getName(); in sortNatural() local
564 if (nextName.regionMatches(0, firstName, 0, common) in sortNatural()
569 && nextName.length() > common in sortNatural()
570 && Character.isUpperCase(nextName.charAt(common))) { in sortNatural()