Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java180 final Relation<Versions, String> birthToPaths; field in GenerateBirth.Births
198 birthToPaths = Relation.of(new TreeMap<Versions, Set<String>>(), TreeSet.class); in Births()
219 birthToPaths.put(version, xpath); in Births()
272 for (Entry<Versions, Set<String>> entry2 : birthToPaths.keyValuesSet()) { in writeBirth()