Searched refs:nextName (Results 1 – 1 of 1) sorted by relevance
514 String nextName = next.getName(); in sortNatural() local515 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() local564 if (nextName.regionMatches(0, firstName, 0, common) in sortNatural()569 && nextName.length() > common in sortNatural()570 && Character.isUpperCase(nextName.charAt(common))) { in sortNatural()