Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java806 String sectionId2 = pageId.getSectionId().toString(); in getSectionsToPages() local
807 Set<String> pages = sectionsToPages.get(sectionId2); in getSectionsToPages()
809 sectionsToPages.put(sectionId2, pages = new LinkedHashSet<String>()); in getSectionsToPages()