HomeSort by relevance Sort by last modified time
    Searched refs:commonLength (Results 1 - 6 of 6) 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++) {
  /external/icu4c/common/
bytestriebuilder.cpp 117 int32_t commonLength;
119 commonLength=thisString.length();
121 commonLength=otherString.length();
123 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 165 milliseconds