Home
last modified time | relevance | path

Searched refs:Anchors (Results 1 – 9 of 9) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DFormattedFileWriter.java28 public static class Anchors { class in FormattedFileWriter
91 private Anchors localeAnchors;
106 … public FormattedFileWriter(String baseFileName, String title, String explanation, Anchors anchors) in FormattedFileWriter()
DChartSubdivisionNames.java14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
67 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
73 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
DChart.java5 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
96 public final void writeChart(Anchors anchors) { in writeChart()
DChartAnnotations.java14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
78 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
102 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
DChartCollation.java17 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
106 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
117 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
DChartDelta.java22 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
149 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
235 public void writeSubcharts(Anchors anchors) throws IOException { in writeSubcharts()
243 private void writeLdml(Anchors anchors) throws IOException { in writeLdml()
621 …private void writeDiffs(Anchors anchors, String file, String title, Multimap<PathHeader, String> b… in writeDiffs()
652 private void writeDiffs(Anchors anchors, Relation<PathHeader, String> diffAll) { in writeDiffs()
672 …private void writeDiffs(Anchors anchors, String file, Set<PathDiff> diff, PrintWriter tsvFile, Cou… in writeDiffs()
774 …private void writeTable(Anchors anchors, String file, TablePrinter tablePrinter, String title, Pri… in writeTable()
779 public void writeNonLdmlPlain(Anchors anchors) throws IOException { in writeNonLdmlPlain()
DShowLocaleCoverage.java31 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
496 public static void showCoverage(Anchors anchors) throws IOException { in showCoverage()
500 …public static void showCoverage(Anchors anchors, Matcher matcher, Set<String> locales, boolean use… in showCoverage()
DShowLanguages.java109 …public static FormattedFileWriter.Anchors SUPPLEMENTAL_INDEX_ANCHORS = new FormattedFileWriter.Anc…
/external/fonttools/Lib/fontTools/subset/
D__init__.py1742 table.Anchors = {glyph: table.Anchors[glyph] for glyph in s.glyphs
1743 if glyph in table.Anchors}
1744 return len(table.Anchors) > 0