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

  /libcore/luni/src/test/java/libcore/java/text/
OldCollationKeyTest.java 76 int commonLength = Math.min(bytes1.length, bytes2.length);
78 for (int i = 0; i < commonLength; i++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]

Completed in 930 milliseconds