Searched refs:actualBase (Results 1 – 1 of 1) sorted by relevance
2041 String actualBase = actual.substring(actual.lastIndexOf('.') + 1); in addTypoSuggestions() local2042 int maxDistance = actualBase.length() >= 4 ? 2 : 1; in addTypoSuggestions()2049 if (Math.abs(actualBase.length() - matchWith.length()) > maxDistance) { in addTypoSuggestions()2055 if (LintUtils.editDistance(actualBase, matchWith) <= maxDistance) { in addTypoSuggestions()