Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPathHeaderDescriptions.java39 Multiset<String> sectionPage = LinkedHashMultiset.create(); in main() local
59 sectionPage.add(base); in main()
64 for (Multiset.Entry<String> entry : sectionPage.entrySet()) { in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java685 SectionPage sectionPage = pageToPathHeaders.get(result.pageId); local
686 if (sectionPage == null) {
687 sectionPage = new SectionPage(result.sectionId, result.pageId);
688 pageToPathHeaders.put(result.pageId, sectionPage);
690 sectionPageToPaths.put(sectionPage, path);
767 SectionPage sectionPage = pageToSectionPage.get(page); in getCachedPaths() local
768 if (sectionPage == null) { in getCachedPaths()
771 Set<String> set = sectionPageToPaths.getAll(sectionPage); in getCachedPaths()