Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVoteResolver.java1462 List<T> comps = splitAnnotationIntoComponentsList(value); in makeAnnotationComponentMap()
1502 List<T> comps = splitAnnotationIntoComponentsList(value); in calculateNewCountsBasedOnAnnotationComponents()
1529 private List<T> splitAnnotationIntoComponentsList(T value) { in splitAnnotationIntoComponentsList() method in VoteResolver
1550 int size1 = splitAnnotationIntoComponentsList(v1).size(); in resortValuesBasedOnAdjustedVoteCounts()
1551 int size2 = splitAnnotationIntoComponentsList(v2).size(); in resortValuesBasedOnAdjustedVoteCounts()
1606 oldWinnerComps = new LinkedHashSet<>(splitAnnotationIntoComponentsList(value)); in promoteSuperiorAnnotationSuperset()
1608 Set<T> comps = new LinkedHashSet<>(splitAnnotationIntoComponentsList(value)); in promoteSuperiorAnnotationSuperset()