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.java189 Relation<String, String> ancestorToDescendant = null; field in FindDTDOrder
192 if (ancestorToDescendant == null) { in isAncestorOf()
193 ancestorToDescendant = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); in isAncestorOf()
196 Set<String> possibleDescendents = ancestorToDescendant.getAll(possibleAncestor); in isAncestorOf()
212 ancestorToDescendant.put(ancestor, child); in buildPairwiseRelations()