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

  /external/clang/lib/AST/
CommentCommandTraits.cpp 64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance);
65 if (EditDistance < BestEditDistance) {
66 BestEditDistance = EditDistance;
69 if (EditDistance == BestEditDistance)
CommentSema.cpp     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
edit_distance.h 27 class EditDistance {
88 DISALLOW_IMPLICIT_CONSTRUCTORS(EditDistance);
  /packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.cpp 32 /* static */ int AutocorrectionThresholdUtils::editDistance(const int *before,
36 return static_cast<int>(EditDistance::getEditDistance(&daemaruLevenshtein));
75 const int distance = editDistance(before, beforeLength, after, afterLength);
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 339 TEST(StringRefTest, EditDistance) {
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc     [all...]

Completed in 318 milliseconds