Home
last modified time | relevance | path

Searched refs:FormattedFileWriter (Results 1 – 16 of 16) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DChart.java5 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
64 public abstract void writeContents(FormattedFileWriter pw) throws IOException; in writeContents()
66 public void writeFooter(FormattedFileWriter pw) throws IOException { in writeFooter()
79 …public static void standardFooter(FormattedFileWriter pw, AnalyticsID analytics) throws IOExceptio… in standardFooter()
98FormattedFileWriter x = new FormattedFileWriter(getFileName(), getTitle(), getExplanation(), ancho… in writeChart()
DFormattedFileWriter.java20 public class FormattedFileWriter extends java.io.Writer { class
106 … public FormattedFileWriter(String baseFileName, String title, String explanation, Anchors anchors) in FormattedFileWriter() method in FormattedFileWriter
112 this.dir = FormattedFileWriter.CHART_TARGET_DIR; in FormattedFileWriter()
127 public FormattedFileWriter setDirectory(String dir) { in setDirectory()
132 public FormattedFileWriter setShowDate(boolean showDate) { in setShowDate()
176 public FormattedFileWriter setIndex(String indexTitle_, String indexLink_) { in setIndex()
DChartSubdivisionNames.java14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
63 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
67 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
206 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartAnnotations.java14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
74 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
78 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
343 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartCollation.java17 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
102 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
106 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
286 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartDayPeriods.java25 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
45 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartLanguageMatching.java19 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
48 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DShowLanguages.java97 System.out.println("Writing into " + FormattedFileWriter.CHART_TARGET_DIR); in main()
98 FileCopier.ensureDirectoryExists(FormattedFileWriter.CHART_TARGET_DIR); in main()
99 FileCopier.copy(ShowLanguages.class, "index.css", FormattedFileWriter.CHART_TARGET_DIR); in main()
103 System.out.println("Done - wrote into " + FormattedFileWriter.CHART_TARGET_DIR); in main()
109 …public static FormattedFileWriter.Anchors SUPPLEMENTAL_INDEX_ANCHORS = new FormattedFileWriter.Anc…
185 …PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(FormattedFileWriter.CHART_TA… in printLanguageData()
270 …pw1 = new PrintWriter(new FormattedFileWriter(null, "Languages and Scripts", null, SUPPLEMENTAL_IN… in printLanguageScript()
274 …pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts and Languages", null, SUPPLEMENTAL_IN… in printLanguageScript()
428 …pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts, Languages, and Territories", null, S…
942 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Likely Subtags", null, SUPPLEMENTA… in printLikelySubtags()
[all …]
DGenerateChangeChart.java280 private FormattedFileWriter out;
284 out = new FormattedFileWriter(summary, dir, title.toString(), explanation, null); in ChartWriter()
304 public static class FormattedFileWriter extends java.io.Writer { class in GenerateChangeChart
314 …public FormattedFileWriter(PrintWriter indexFile, String dir, String title, String explanation, Li… in FormattedFileWriter() method in GenerateChangeChart.FormattedFileWriter
DChartSubdivisions.java33 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
48 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartLanguageGroups.java52 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
84 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartDtdDelta.java49 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
66 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartDelta.java22 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
148 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
149 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
768 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DGenerateBcp47Text.java39 …PrintWriter out = FileUtilities.openUTF8Writer(FormattedFileWriter.CHART_TARGET_DIR, "bcp47-" + ex… in run()
DShowPlurals.java51 …final PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, title, null, ShowLanguages.SU… in printPlurals()
DShowLocaleCoverage.java31 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
502 try (PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, title, null, anchors)); in showCoverage()