Searched refs:getSectionId (Results 1 – 13 of 13) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 197 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 …]
|
D | TestPaths.java | 70 if (ph.getSectionId() == SectionId.Special in VerifyEnglishVsRoot()
|
D | TestCLDRFile.java | 171 … assertNotEquals("bad placeholder: " + path + " ; " + ph, SectionId.Special, ph.getSectionId()); in testExtraPaths()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FindWidths.java | 55 SectionId sectionId = ph.getSectionId(); in main() 78 SectionId sectionId = ph.getSectionId(); in main()
|
D | ShowPathHeaderDescriptions.java | 48 if (pathHeader.getSectionId() == SectionId.Characters) { in main() 58 String base = pathHeader.getSectionId() + "\t" + pathHeader.getPageId(); in main() 105 SectionId sectionId = pathHeader.getSectionId(); in showDescriptions()
|
D | GenerateChangeChart.java | 95 sections.add(ph.getSectionId()); in main() 100 counter.add(ph.getSectionId(), 1); in main() 117 SectionId sectionId = pathHeader.getSectionId(); in main()
|
D | ShowData.java | 225 if (prettyString.getSectionId() != SectionId.Special) { in main() 393 .append(ph.getSectionId().toString()) in main()
|
D | ShowRegionalVariants.java | 169 if (SectionId.Special == pheader.getSectionId()) { in main()
|
D | ChartDelta.java | 715 .addCell(ph.getSectionId()) in writeDiffs() 738 .addCell(ph.getSectionId()) in writeDiffs() 784 .addCell(ph.getSectionId()) in writeDiffs()
|
D | ShowStarredCoverage.java | 137 SectionId sectionId = ph.getSectionId(); in condense()
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 171 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/ |
D | PathHeader.java | 335 public SectionId getSectionId() { 463 public SectionId getSectionId() { 880 String sectionId2 = pageId.getSectionId().toString(); in getSectionsToPages() 1795 if (pageId2.getSectionId() != SectionId.Characters) {
|
D | VettingViewer.java | 730 … R2<SectionId, PageId> group = Row.of(pretty.getSectionId(), pretty.getPageId()); in getFileInfo() 1533 if (ph.getSectionId() == SectionId.Special) { in getStatus()
|