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