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.java804 … LinkedHashMap<String, Set<String>> sectionsToPages = new LinkedHashMap<String, Set<String>>(); in getSectionsToPages() local
807 Set<String> pages = sectionsToPages.get(sectionId2); in getSectionsToPages()
809 sectionsToPages.put(sectionId2, pages = new LinkedHashSet<String>()); in getSectionsToPages()
813 return sectionsToPages; in getSectionsToPages()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java1059 LinkedHashMap<String, Set<String>> sectionsToPages = pathHeaderFactory in TestZ() local
1061 logln("\nMenus:\t" + sectionsToPages.size()); in TestZ()
1062 for (Entry<String, Set<String>> item : sectionsToPages.entrySet()) { in TestZ()