Searched refs:MinED (Results 1 – 1 of 1) sorted by relevance
3068 unsigned MinED = abs((int)Name.size() - (int)Typo.size()); in FoundName() local3069 if (MinED > MaxEditDistance || (MinED && Typo.size() / MinED < 3)) in FoundName()