Home | History | Annotate | Download | only in Support

Lines Matching refs:BestDistance

217   unsigned BestDistance = 0;
231 Flag, /*AllowReplacements=*/true, /*MaxEditDistance=*/BestDistance);
232 if (!Best || Distance < BestDistance) {
234 BestDistance = Distance;