/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PathHeader.java | 81 private static EnumNames<SectionId> SectionIdNames = new EnumNames<SectionId>(); 88 public enum SectionId { enum in PathHeader 92 private SectionId(String... alternateNames) { in SectionId() method in PathHeader.SectionId 96 public static SectionId forString(String name) { in forString() 106 …private static Relation<SectionId, PageId> SectionIdToPageIds = Relation.of(new TreeMap<SectionId,… 144 …Alphabetic_Information(SectionId.Core_Data, "Alphabetic Information"), Numbering_Systems(SectionId… 145 …ing Systems"), Locale_Name_Patterns(SectionId.Locale_Display_Names, "Locale Name Patterns"), Langu… 146 …"Languages (A-D)"), Languages_E_J(SectionId.Locale_Display_Names, "Languages (E-J)"), Languages_K_… 147 …"Languages (K-N)"), Languages_O_S(SectionId.Locale_Display_Names, "Languages (O-S)"), Languages_T_… 148 …"Languages (T-Z)"), Scripts(SectionId.Locale_Display_Names), Territories(SectionId.Locale_Display_… [all …]
|
D | VettingViewer.java | 38 import org.unicode.cldr.util.PathHeader.SectionId; 738 Relation<R2<SectionId, PageId>, WritingInfo> sorted = Relation.of( in generateHtmlErrorTables() 739 new TreeMap<R2<SectionId, PageId>, Set<WritingInfo>>(), TreeSet.class); in generateHtmlErrorTables() 770 …public Relation<R2<SectionId, PageId>, WritingInfo> generateFileInfoReview(Appendable output, Enum… in generateFileInfoReview() 775 Relation<R2<SectionId, PageId>, WritingInfo> sorted = Relation.of( in generateFileInfoReview() 776 new TreeMap<R2<SectionId, PageId>, Set<WritingInfo>>(), TreeSet.class); in generateFileInfoReview() 810 Relation<R2<SectionId, PageId>, WritingInfo> sorted, in getFileInfo() argument 819 Relation<R2<SectionId, PageId>, WritingInfo> sorted, in getFileInfo() argument 977 … R2<SectionId, PageId> group = Row.of(pretty.getSectionId(), pretty.getPageId()); in getFileInfo() 1469 Relation<R2<SectionId, PageId>, WritingInfo> sorted, in writeTables() argument [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowPathHeaderDescriptions.java | 16 import org.unicode.cldr.util.PathHeader.SectionId; 48 if (pathHeader.getSectionId() == SectionId.Characters) { in main() 81 Multimap<SectionId, String> sv = TreeMultimap.create(); in showDescriptions() 85 Multimap<R2<SectionId, PageId>, String> spv = TreeMultimap.create(); in showDescriptions() 86 Multimap<R2<SectionId, String>, String> shv = TreeMultimap.create(); in showDescriptions() 89 Multimap<R3<SectionId, PageId, String>, String> sphv = TreeMultimap.create(); in showDescriptions() 90 Multimap<String, R3<SectionId, PageId, String>> valueToKey = TreeMultimap.create(); in showDescriptions() 105 SectionId sectionId = pathHeader.getSectionId(); in showDescriptions() 123 R3<SectionId, PageId, String> full = Row.of(sectionId, pageId, header); in showDescriptions() 145 …private static void showProgress(Set<String> done, Multimap<String, R3<SectionId, PageId, String>>… in showProgress() argument
|
D | FindWidths.java | 15 import org.unicode.cldr.util.PathHeader.SectionId; 55 SectionId sectionId = ph.getSectionId(); in main() 57 || sectionId == SectionId.Special) { in main() 78 SectionId sectionId = ph.getSectionId(); in main() 80 || sectionId == SectionId.Special) { in main()
|
D | GenerateChangeChart.java | 27 import org.unicode.cldr.util.PathHeader.SectionId; 57 EnumSet<SectionId> sections = EnumSet.noneOf(SectionId.class); in main() 62 Counter<SectionId> counter = new Counter<>(); in main() 73 for (SectionId s : SectionId.values()) { in main() 111 SectionId lastSectionId = null; in main() 117 SectionId sectionId = pathHeader.getSectionId(); in main()
|
D | ShowRegionalVariants.java | 29 import org.unicode.cldr.util.PathHeader.SectionId; 169 if (SectionId.Special == pheader.getSectionId()) { in main()
|
D | ShowStarredCoverage.java | 38 import org.unicode.cldr.util.PathHeader.SectionId; 137 SectionId sectionId = ph.getSectionId(); in condense()
|
D | ShowData.java | 37 import org.unicode.cldr.util.PathHeader.SectionId; 223 if (prettyString.getSectionId() != SectionId.Special) { in main()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 40 import org.unicode.cldr.util.PathHeader.SectionId; 147 Multimap<PathHeader.PageId, PathHeader.SectionId> pageUniqueness = TreeMultimap.create(); in TestCompleteness() 148 …Multimap<String, Pair<PathHeader.SectionId, PathHeader.PageId>> headerUniqueness = TreeMultimap.cr… in TestCompleteness() 186 final SectionId sectionId = ph.getSectionId(); in TestCompleteness() 187 if (sectionId != SectionId.Special) { in TestCompleteness() 208 for (Entry<PageId, Collection<SectionId>> e : pageUniqueness.asMap().entrySet()) { in TestCompleteness() 209 Collection<SectionId> values = e.getValue(); in TestCompleteness() 215 … for (Entry<String, Collection<Pair<SectionId, PageId>>> e : headerUniqueness.asMap().entrySet()) { in TestCompleteness() 216 Collection<Pair<SectionId, PageId>> values = e.getValue(); in TestCompleteness() 447 …Map<Row.R2<SectionId, PageId>, Counter<Level>> data = new TreeMap<Row.R2<SectionId, PageId>, Count… in TestCoverage() [all …]
|
D | TestPaths.java | 33 import org.unicode.cldr.util.PathHeader.SectionId; 72 if (ph.getSectionId() == SectionId.Special in VerifyEnglishVsRoot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 248 void startSection(SectionBookkeeping &Section, unsigned SectionId); 335 unsigned SectionId) { in startSection() argument 336 LLVM_DEBUG(dbgs() << "startSection " << SectionId << "\n"); in startSection() 337 W.OS << char(SectionId); in startSection()
|