Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPathHeader.java795 private final SectionId sectionId; field in PathHeader.SectionPage
798 public SectionPage(SectionId sectionId, PageId pageId) { in SectionPage()
856 public static Set<String> getCachedPaths(SectionId sectionId, PageId page) { in getCachedPaths()
890 public Iterable<String> filterCldr(SectionId sectionId, PageId pageId, CLDRFile file) { in filterCldr()
922 private final SectionId sectionId; field in PathHeader.FilteredIterable
926 FilteredIterable(SectionId sectionId, PageId pageId, CLDRFile file) { in FilteredIterable()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DFindWidths.java56 SectionId sectionId = ph.getSectionId(); in main() local
79 SectionId sectionId = ph.getSectionId(); in main() local
DShowPathHeaderDescriptions.java105 SectionId sectionId = pathHeader.getSectionId(); in showDescriptions() local
DGenerateChangeChart.java118 SectionId sectionId = pathHeader.getSectionId(); in main() local
DShowStarredCoverage.java137 SectionId sectionId = ph.getSectionId(); in condense() local
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPathHeader.java206 final SectionId sectionId = ph.getSectionId(); in TestCompleteness() local
208 pageUniqueness.put(ph.getPageId(), sectionId); in TestCompleteness() local