Home
last modified time | relevance | path

Searched defs:SectionId (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java88 public enum SectionId { enum in PathHeader
92 private SectionId(String... alternateNames) { in SectionId() method in PathHeader.SectionId
DVettingViewer.java810 Relation<R2<SectionId, PageId>, WritingInfo> sorted, in getFileInfo()
819 Relation<R2<SectionId, PageId>, WritingInfo> sorted, in getFileInfo()
1469 Relation<R2<SectionId, PageId>, WritingInfo> sorted, in writeTables()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPathHeaderDescriptions.java145 …private static void showProgress(Set<String> done, Multimap<String, R3<SectionId, PageId, String>>… in showProgress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp335 unsigned SectionId) { in startSection()