Searched refs:firstLetters (Results 1 – 1 of 1) sorted by relevance
1628 HashSet<String> firstLetters = new HashSet<String>(); in lookupApproximateNameMatches() local1633 if (!firstLetters.contains(firstLetter)) { in lookupApproximateNameMatches()1634 firstLetters.add(firstLetter); in lookupApproximateNameMatches()