Home
last modified time | relevance | path

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

12

/external/cldr/tools/java/org/unicode/cldr/tool/
DChart.java7 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
97 public abstract void writeContents(FormattedFileWriter pw) throws IOException; in writeContents()
99 public void writeFooter(FormattedFileWriter pw) throws IOException { in writeFooter()
112 …private static void standardFooter(FormattedFileWriter pw, AnalyticsID analytics) throws IOExcepti… in standardFooter()
131FormattedFileWriter x = new FormattedFileWriter(getFileName(), getTitle(), getExplanation(), ancho… in writeChart()
DFormattedFileWriter.java21 public class FormattedFileWriter extends java.io.Writer { class
107 … public FormattedFileWriter(String baseFileName, String title, String explanation, Anchors anchors) in FormattedFileWriter() method in FormattedFileWriter
113 this.dir = FormattedFileWriter.CHART_TARGET_DIR; in FormattedFileWriter()
128 public FormattedFileWriter setDirectory(String dir) { in setDirectory()
133 public FormattedFileWriter setShowDate(boolean showDate) { in setShowDate()
200 public FormattedFileWriter setIndex(String indexTitle_, String indexLink_) { in setIndex()
DChartSubdivisionNames.java14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
64 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
67 FormattedFileWriter.copyIncludeHtmls(DIR); in writeContents()
69 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
208 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartAnnotations.java14 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
78 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
81 FormattedFileWriter.copyIncludeHtmls(DIR); in writeContents()
83 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
348 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartCollation.java17 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
94 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
97 FormattedFileWriter.copyIncludeHtmls(DIR); in writeContents()
99 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
276 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartUnitConversions.java30 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
56 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartLanguageMatching.java18 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
47 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()
DShowLanguages.java98 System.out.println("Writing into " + FormattedFileWriter.CHART_TARGET_DIR); in main()
99 FileCopier.ensureDirectoryExists(FormattedFileWriter.CHART_TARGET_DIR); in main()
100 FileCopier.copy(ShowLanguages.class, "index.css", FormattedFileWriter.CHART_TARGET_DIR); in main()
101 FormattedFileWriter.copyIncludeHtmls(FormattedFileWriter.CHART_TARGET_DIR); in main()
108 System.out.println("Done - wrote into " + FormattedFileWriter.CHART_TARGET_DIR); in main()
114 …public static FormattedFileWriter.Anchors SUPPLEMENTAL_INDEX_ANCHORS = new FormattedFileWriter.Anc…
202 …PrintWriter pw2 = org.unicode.cldr.draft.FileUtilities.openUTF8Writer(FormattedFileWriter.CHART_TA… in writeSupplementalIndex()
286 …pw1 = new PrintWriter(new FormattedFileWriter(null, "Languages and Scripts", null, SUPPLEMENTAL_IN… in printLanguageScript()
290 …pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts and Languages", null, SUPPLEMENTAL_IN… in printLanguageScript()
443 …pw1 = new PrintWriter(new FormattedFileWriter(null, "Scripts, Languages, and Territories", null, S…
[all …]
DChartSubdivisions.java33 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
49 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
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
DChartUnitPreferences.java33 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
61 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartGrammaticalForms.java18 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
94 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
97 FormattedFileWriter.copyIncludeHtmls(DIR); in writeContents()
99 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
605 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()
DGenerateAllCharts.java13 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.CHART_DIRECTORY); in main()
DGenerateBcp47Text.java39 …PrintWriter out = FileUtilities.openUTF8Writer(FormattedFileWriter.CHART_TARGET_DIR, "bcp47-" + ex… in run()
DChartDelta.java23 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
198 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
199 FormattedFileWriter.Anchors anchors = new FormattedFileWriter.Anchors(); in writeContents()
201 FormattedFileWriter.copyIncludeHtmls(getDirectory(), true); in writeContents()
843 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DChartDtdDelta.java57 return FormattedFileWriter.CHART_TARGET_DIR; in getDirectory()
85 public void writeContents(FormattedFileWriter pw) throws IOException { in writeContents()
DShowPlurals.java51 …final PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, title, null, ShowLanguages.SU… in printPlurals()
DShowKeyboards.java165 FormattedFileWriter.copyIncludeHtmls(keyboardChartDir); in showRepertoire()
232 FormattedFileWriter.copyIncludeHtmls(keyboardChartLayoutsDir); in showHtml()
DShowLocaleCoverage.java29 import org.unicode.cldr.tool.FormattedFileWriter.Anchors;
575 try (PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, title, null, anchors)); in showCoverage()
DGenerateTransformCharts.java87 FormattedFileWriter.copyIncludeHtmls(TRANSFORM_DIRECTORY); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyCompactNumbers.java19 import org.unicode.cldr.tool.FormattedFileWriter;
68 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.VERIFY_DIR); in main()
DVerifyZones.java21 import org.unicode.cldr.tool.FormattedFileWriter;
241 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.VERIFY_DIR); in main()
DDateTimeFormats.java20 import org.unicode.cldr.tool.FormattedFileWriter;
849 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.VERIFY_DIR); in main()

12