Home
last modified time | relevance | path

Searched defs:sectionId (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java702 private final SectionId sectionId; field in PathHeader.SectionPage
705 public SectionPage(SectionId sectionId, PageId pageId) { in SectionPage()
759 public static Set<String> getCachedPaths(SectionId sectionId, PageId page) { in getCachedPaths()
793 public Iterable<String> filterCldr(SectionId sectionId, PageId pageId, CLDRFile file) { in filterCldr()
824 private final SectionId sectionId; field in PathHeader.FilteredIterable
828 FilteredIterable(SectionId sectionId, PageId pageId, CLDRFile file) { in FilteredIterable()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindWidths.java55 SectionId sectionId = ph.getSectionId(); in main() local
78 SectionId sectionId = ph.getSectionId(); in main() local
DShowPathHeaderDescriptions.java105 SectionId sectionId = pathHeader.getSectionId(); in showDescriptions() local
DGenerateChangeChart.java117 SectionId sectionId = pathHeader.getSectionId(); in main() local
DShowStarredCoverage.java137 SectionId sectionId = ph.getSectionId(); in condense() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java186 final SectionId sectionId = ph.getSectionId(); in TestCompleteness() local
188 pageUniqueness.put(ph.getPageId(), sectionId); in TestCompleteness() local