Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java197 final SectionId sectionId = ph.getSectionId(); in TestCompleteness()
382 } else if (p.getSectionId() == old.getSectionId() in TestOptional()
479 final R2<SectionId, PageId> key = Row.of(p.getSectionId(), in TestCoverage()
626 pageId.getSectionId(), pageId); in allPaths()
640 if (p.getSectionId() == SectionId.Special) { in TestUniqueness()
682 if (p.getSectionId() == SectionId.Special in TestStatus()
893 if (pathHeader.getSectionId() == SectionId.Timezones) { in check()
916 if (pathHeader.getSectionId() == SectionId.Special) { in check()
1342 if (ph == null || ph.getSectionId() == SectionId.Special) { in TestSupplementalItems()
1394 if (!assertTrue(pageId.getSectionId() + "/" + pageId + " size (" + size in testPathHeaderSize()
[all …]
DTestPaths.java70 if (ph.getSectionId() == SectionId.Special in VerifyEnglishVsRoot()
DTestCLDRFile.java171 … assertNotEquals("bad placeholder: " + path + " ; " + ph, SectionId.Special, ph.getSectionId()); in testExtraPaths()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFindWidths.java55 SectionId sectionId = ph.getSectionId(); in main()
78 SectionId sectionId = ph.getSectionId(); in main()
DShowPathHeaderDescriptions.java48 if (pathHeader.getSectionId() == SectionId.Characters) { in main()
58 String base = pathHeader.getSectionId() + "\t" + pathHeader.getPageId(); in main()
105 SectionId sectionId = pathHeader.getSectionId(); in showDescriptions()
DGenerateChangeChart.java95 sections.add(ph.getSectionId()); in main()
100 counter.add(ph.getSectionId(), 1); in main()
117 SectionId sectionId = pathHeader.getSectionId(); in main()
DShowData.java225 if (prettyString.getSectionId() != SectionId.Special) { in main()
393 .append(ph.getSectionId().toString()) in main()
DShowRegionalVariants.java169 if (SectionId.Special == pheader.getSectionId()) { in main()
DChartDelta.java715 .addCell(ph.getSectionId()) in writeDiffs()
738 .addCell(ph.getSectionId()) in writeDiffs()
784 .addCell(ph.getSectionId()) in writeDiffs()
DShowStarredCoverage.java137 SectionId sectionId = ph.getSectionId(); in condense()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp171 Expected<unsigned> getSectionId(const FileToSectionIDMap &FileToSecIDMap, in getSectionId() function
612 ExitOnErr(getSectionId(FileToSecIDMap, FileName, SectionName)); in applySpecificSectionMappings()
865 auto SectionID = getSectionId(FileToSecIDMap, FileName, SectionName); in linkAndVerify()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java335 public SectionId getSectionId() {
463 public SectionId getSectionId() {
880 String sectionId2 = pageId.getSectionId().toString(); in getSectionsToPages()
1795 if (pageId2.getSectionId() != SectionId.Characters) {
DVettingViewer.java730 … R2<SectionId, PageId> group = Row.of(pretty.getSectionId(), pretty.getPageId()); in getFileInfo()
1533 if (ph.getSectionId() == SectionId.Special) { in getStatus()