HomeSort by relevance Sort by last modified time
    Searched full:commonlength (Results 1 - 8 of 8) 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/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 167 int commonlength = diff_commonPrefix(text1, text2); local
168 String commonprefix = text1.substring(0, commonlength);
169 text1 = text1.substring(commonlength);
170 text2 = text2.substring(commonlength);
173 commonlength = diff_commonSuffix(text1, text2);
174 String commonsuffix = text1.substring(text1.length() - commonlength);
175 text1 = text1.substring(0, text1.length() - commonlength);
176 text2 = text2.substring(0, text2.length() - commonlength);
1116 int commonlength; local
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /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 2123 milliseconds