Searched refs:MinED (Results 1 – 1 of 1) sorted by relevance
3486 unsigned MinED = abs((int)Name.size() - (int)TypoStr.size()); in addName() local3487 if (MinED && TypoStr.size() / MinED < 3) in addName()