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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 500 int firstNameIndex = firstName.length();
503 firstNameIndex = k;
515 if (nextName.regionMatches(0, firstName, 0, firstNameIndex)
520 && nextName.length() > firstNameIndex
521 && Character.isUpperCase(nextName.charAt(firstNameIndex))) {
554 int common = firstNameIndex;
555 for (int k = firstNameIndex + 1, n = firstName.length(); k < n; k++) {
561 if (common > firstNameIndex) {
573 common = firstNameIndex;
577 firstNameIndex = common
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 

Completed in 76 milliseconds