Searched refs:sectionsToPages (Results 1 – 2 of 2) sorted by relevance
878 LinkedHashMap<String, Set<String>> sectionsToPages = new LinkedHashMap<>(); in getSectionsToPages() local881 Set<String> pages = sectionsToPages.get(sectionId2); in getSectionsToPages()883 sectionsToPages.put(sectionId2, pages = new LinkedHashSet<>()); in getSectionsToPages()887 return sectionsToPages; in getSectionsToPages()
1069 … LinkedHashMap<String, Set<String>> sectionsToPages = org.unicode.cldr.util.PathHeader.Factory in TestZ() local1071 logln("\nMenus:\t" + sectionsToPages.size()); in TestZ()1072 for (Entry<String, Set<String>> item : sectionsToPages.entrySet()) { in TestZ()