Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPathHeader.java783 private final SectionId sectionId; field in PathHeader.SectionPage
786 public SectionPage(SectionId sectionId, PageId pageId) { in SectionPage()
842 public static Set<String> getCachedPaths(SectionId sectionId, PageId page) { in getCachedPaths()
874 private final SectionId sectionId; field in PathHeader.FilteredIterable
878 FilteredIterable(SectionId sectionId, PageId pageId, CLDRFile file) { in FilteredIterable()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DFindWidths.java54 SectionId sectionId = ph.getSectionId(); in main() local
76 SectionId sectionId = ph.getSectionId(); in main() local
DShowPathHeaderDescriptions.java108 SectionId sectionId = pathHeader.getSectionId(); in showDescriptions() local
DGenerateChangeChart.java122 SectionId sectionId = pathHeader.getSectionId(); in main() local
DShowStarredCoverage.java173 SectionId sectionId = ph.getSectionId(); in condense() local
/external/perfetto/ui/src/frontend/
Dsidebar.ts406 const section = SIDEBAR_SECTIONS[sectionId]; constant
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestAnnotations.java649 PathHeader.SectionId sectionId = ph.getSectionId(); in testSymbols() local
DTestExampleGenerator.java1834 final SectionId sectionId; field in TestExampleGenerator.MissingKey
1838 public MissingKey(SectionId sectionId, PageId pageId, String starred) { in MissingKey()
DTestPathHeader.java208 final SectionId sectionId = ph.getSectionId(); in TestCompleteness() local
210 pageUniqueness.put(ph.getPageId(), sectionId); in TestCompleteness() local