Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java878 LinkedHashMap<String, Set<String>> sectionsToPages = new LinkedHashMap<>(); in getSectionsToPages() local
881 Set<String> pages = sectionsToPages.get(sectionId2); in getSectionsToPages()
883 sectionsToPages.put(sectionId2, pages = new LinkedHashSet<>()); in getSectionsToPages()
887 return sectionsToPages; in getSectionsToPages()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java1069 … LinkedHashMap<String, Set<String>> sectionsToPages = org.unicode.cldr.util.PathHeader.Factory in TestZ() local
1071 logln("\nMenus:\t" + sectionsToPages.size()); in TestZ()
1072 for (Entry<String, Set<String>> item : sectionsToPages.entrySet()) { in TestZ()