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

  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 162 find_closest_string (const char *target, function
324 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates));
342 ASSERT_EQ_AT (loc, NULL, find_closest_string (target, &candidates));
404 /* Verify that find_closest_string is sane. */
412 ASSERT_EQ (NULL, find_closest_string ("", &candidates));
419 ASSERT_STREQ ("apple", find_closest_string ("app", &candidates));
420 ASSERT_STREQ ("banana", find_closest_string ("banyan", &candidates));
421 ASSERT_STREQ ("cherry", find_closest_string ("berry", &candidates));
422 ASSERT_EQ (NULL, find_closest_string ("not like the others", &candidates));
430 ASSERT_STREQ ("apple", find_closest_string ("app", &candidates))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.cc 162 find_closest_string (const char *target, function
324 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates));
342 ASSERT_EQ_AT (loc, NULL, find_closest_string (target, &candidates));
404 /* Verify that find_closest_string is sane. */
412 ASSERT_EQ (NULL, find_closest_string ("", &candidates));
419 ASSERT_STREQ ("apple", find_closest_string ("app", &candidates));
420 ASSERT_STREQ ("banana", find_closest_string ("banyan", &candidates));
421 ASSERT_STREQ ("cherry", find_closest_string ("berry", &candidates));
422 ASSERT_EQ (NULL, find_closest_string ("not like the others", &candidates));
430 ASSERT_STREQ ("apple", find_closest_string ("app", &candidates))
    [all...]

Completed in 22 milliseconds