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

  /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/native/jni/src/utils/
autocorrection_threshold_utils.h 28 static int editDistance(const int *before, const int beforeLength, const int *after,
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/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 123 final int distance = BinaryDictionary.editDistance(typedWord, suggestion);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 244 public static int editDistance(final String before, final String after) {
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 275 return AutocorrectionThresholdUtils::editDistance(beforeCodePoints, beforeLength,
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/tools/lib/
lint_api.jar 

Completed in 629 milliseconds