Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DFindDTDOrder.java188 Relation<String, String> ancestorToDescendant = null; field in FindDTDOrder
191 if (ancestorToDescendant == null) { in isAncestorOf()
192 ancestorToDescendant = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); in isAncestorOf()
195 Set<String> possibleDescendents = ancestorToDescendant.getAll(possibleAncestor); in isAncestorOf()
211 ancestorToDescendant.put(ancestor, child); in buildPairwiseRelations()