HomeSort by relevance Sort by last modified time
    Searched defs:editDistance (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 31 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before,
35 return static_cast<int>(EditDistance::getEditDistance(&daemaruLevenshtein));
74 const int distance = editDistance(before, beforeLength, after, afterLength);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
EditDistanceTests.java 42 final int dist = BinaryDictionary.editDistance("kitten", "sitting");
55 final int dist = BinaryDictionary.editDistance("Saturday", "Sunday");
61 final int dist = BinaryDictionary.editDistance("", "");
67 final int dist = BinaryDictionary.editDistance("", "aaaa");
74 final int dist = BinaryDictionary.editDistance("aaaa", "");
83 final int dist = BinaryDictionary.editDistance(arg1, arg2);
90 final int dist = BinaryDictionary.editDistance(arg, arg);
97 BinaryDictionary.editDistance(null, "aaa");
103 BinaryDictionary.editDistance("aaa", null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 244 public static int editDistance(final String before, final String after) {
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 52 milliseconds