Home
last modified time | relevance | path

Searched refs:uniqueSet (Results 1 – 3 of 3) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2EdgeIndex.java239 Set<Integer> uniqueSet = new HashSet<Integer>(); in findCandidateCrossings() local
240 getEdgesInParentCells(cover, uniqueSet); in findCandidateCrossings()
245 getEdgesInChildrenCells(a, b, cover, uniqueSet); in findCandidateCrossings()
248 candidateCrossings.addAll(uniqueSet); in findCandidateCrossings()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java573 HashSet<Locale> uniqueSet = new HashSet<>(); in getLocaleList() local
576 if (!uniqueSet.contains(loc)) { in getLocaleList()
578 uniqueSet.add(loc); in getLocaleList()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java578 HashSet<Locale> uniqueSet = new HashSet<>(); in getLocaleList() local
581 if (!uniqueSet.contains(loc)) { in getLocaleList()
583 uniqueSet.add(loc); in getLocaleList()