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

  /external/clang/lib/AST/
CommentCommandTraits.cpp 57 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance);
58 if (EditDistance > MaxEditDistance)
60 if (EditDistance == BestEditDistance)
62 else if (EditDistance < BestEditDistance) {
65 BestEditDistance = EditDistance;
CommentSema.cpp     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
edit_distance.h 25 class EditDistance {
86 DISALLOW_IMPLICIT_CONSTRUCTORS(EditDistance);
  /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);
  /external/llvm/unittests/ADT/
StringRefTest.cpp 311 TEST(StringRefTest, EditDistance) {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]

Completed in 334 milliseconds