HomeSort by: relevance | last modified time | path
    Searched defs:get_edit_distance (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
spellcheck-tree.cc 33 get_edit_distance (tree ident_s, tree ident_t) function
38 return get_edit_distance (IDENTIFIER_POINTER (ident_s),
spellcheck.cc 46 get_edit_distance (const char *s, int len_s, function
147 get_edit_distance (const char *s, const char *t) function
149 return get_edit_distance (s, strlen (s), t, strlen (t));
216 /* Verify that get_edit_distance (A, B) equals the expected value. */
222 edit_distance_t actual = get_edit_distance (a, b);
227 get_edit_distance (A, B)
229 get_edit_distance (B, A)
240 /* Verify get_edit_distance for a variety of pairs of pre-canned
491 /* Verify that get_edit_distance appears to be a sane distance function,
508 = get_edit_distance (test_data[i], test_data[j])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck-tree.cc 33 get_edit_distance (tree ident_s, tree ident_t) function
38 return get_edit_distance (IDENTIFIER_POINTER (ident_s),
spellcheck.cc 46 get_edit_distance (const char *s, int len_s, function
147 get_edit_distance (const char *s, const char *t) function
149 return get_edit_distance (s, strlen (s), t, strlen (t));
216 /* Verify that get_edit_distance (A, B) equals the expected value. */
222 edit_distance_t actual = get_edit_distance (a, b);
227 get_edit_distance (A, B)
229 get_edit_distance (B, A)
240 /* Verify get_edit_distance for a variety of pairs of pre-canned
482 /* Verify that get_edit_distance appears to be a sane distance function,
499 = get_edit_distance (test_data[i], test_data[j])
    [all...]

Completed in 35 milliseconds