Searched refs:uniqueSet (Results 1 – 3 of 3) sorted by relevance
239 Set<Integer> uniqueSet = new HashSet<Integer>(); in findCandidateCrossings() local240 getEdgesInParentCells(cover, uniqueSet); in findCandidateCrossings()245 getEdgesInChildrenCells(a, b, cover, uniqueSet); in findCandidateCrossings()248 candidateCrossings.addAll(uniqueSet); in findCandidateCrossings()
573 HashSet<Locale> uniqueSet = new HashSet<>(); in getLocaleList() local576 if (!uniqueSet.contains(loc)) { in getLocaleList()578 uniqueSet.add(loc); in getLocaleList()
578 HashSet<Locale> uniqueSet = new HashSet<>(); in getLocaleList() local581 if (!uniqueSet.contains(loc)) { in getLocaleList()583 uniqueSet.add(loc); in getLocaleList()