Searched refs:matchCount (Results 1 – 1 of 1) sorted by relevance
4529 int matchCount; in fuzzy_match() local4565 matchCount = fuzzy_match_recursive(pat, str, 0, &score, str, len, NULL, in fuzzy_match()4568 if (matchCount == 0) in fuzzy_match()4576 numMatches += matchCount; in fuzzy_match()