Searched defs:editDistance (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java189 public static int editDistance(String before, String after) { method in class:BinaryDictionary
/packages/inputmethods/LatinIME/native/jni/src/
H A Dcorrection.cpp65 // TODO: Make sure that editDistance[0 ~ MAX_WORD_LENGTH_INTERNAL] is not touched.
119 // editDistance[0 ~ MAX_WORD_LENGTH_INTERNAL]
1083 int Correction::RankingAlgorithm::editDistance(const unsigned short *before, function in class:Correction::RankingAlgorithm
1118 const int distance = editDistance(before, beforeLength, after, afterLength);

Completed in 154 milliseconds