Home
last modified time | relevance | path

Searched refs:FileCopier (Results 1 – 18 of 18) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateAllCharts.java5 import org.unicode.cldr.util.FileCopier;
11 FileCopier.copy(GenerateAllCharts.class, "index.css", CLDRPaths.CHART_DIRECTORY); in main()
12FileCopier.copy(GenerateAllCharts.class, "main-index.html", CLDRPaths.CHART_DIRECTORY, "index.html… in main()
DGenerateScriptMetadata.java12 import org.unicode.cldr.util.FileCopier;
26 FileCopier.copy(GenerateScriptMetadata.class, "GenerateScriptMetadata.txt", out); in main()
DChartSubdivisionNames.java20 import org.unicode.cldr.util.FileCopier;
65 FileCopier.ensureDirectoryExists(DIR); in writeContents()
66 FileCopier.copy(Chart.class, "index.css", DIR); in writeContents()
DChartAnnotations.java22 import org.unicode.cldr.util.FileCopier;
79 FileCopier.ensureDirectoryExists(DIR); in writeContents()
80 FileCopier.copy(Chart.class, "index.css", DIR); in writeContents()
DChartCollation.java26 import org.unicode.cldr.util.FileCopier;
95 FileCopier.ensureDirectoryExists(DIR); in writeContents()
96 FileCopier.copy(Chart.class, "index.css", DIR); in writeContents()
DGenerateChangeChart.java22 import org.unicode.cldr.util.FileCopier;
58 FileCopier.ensureDirectoryExists(dir); in main()
59 FileCopier.copy(ShowLanguages.class, "index.css", dir); in main()
DShowKeyboards.java37 import org.unicode.cldr.util.FileCopier;
99 FileCopier.ensureDirectoryExists(keyboardChartDir); in main()
100FileCopier.copy(ShowKeyboards.class, "keyboards-index.html", keyboardChartDir, "index.html"); in main()
164 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartDir, "index.css"); in showRepertoire()
230 FileCopier.ensureDirectoryExists(keyboardChartLayoutsDir); in showHtml()
231 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartLayoutsDir, "index.css"); in showHtml()
DShowData.java32 import org.unicode.cldr.util.FileCopier;
115 FileCopier.ensureDirectoryExists(options[DESTDIR].value); in main()
116FileCopier.copy(ShowData.class, "summary-index.css", options[DESTDIR].value, "index.css"); in main()
117FileCopier.copy(ShowData.class, "summary-index.html", options[DESTDIR].value, "index.html"); in main()
DGenerateSidewaysView.java36 import org.unicode.cldr.util.FileCopier;
177 FileCopier.ensureDirectoryExists(options[DESTDIR].value); in main()
178FileCopier.copy(GenerateSidewaysView.class, "bytype-index.css", options[DESTDIR].value, "index.css… in main()
197FileCopier.copyAndReplace(GenerateSidewaysView.class, "bytype-index.html", options[DESTDIR].value,… in main()
DGenerateTransformCharts.java29 import org.unicode.cldr.util.FileCopier;
85 FileCopier.ensureDirectoryExists(TRANSFORM_DIRECTORY); in main()
86 FileCopier.copy(ShowData.class, "transforms-index.css", TRANSFORM_DIRECTORY, "index.css"); in main()
DChartGrammaticalForms.java25 import org.unicode.cldr.util.FileCopier;
95 FileCopier.ensureDirectoryExists(DIR); in writeContents()
96 FileCopier.copy(Chart.class, "index.css", DIR); in writeContents()
DGenerateXMB.java39 import org.unicode.cldr.util.FileCopier;
567 FileCopier.copy(GenerateXMB.class, "xmb-dtd.xml", out); in writeFile()
602 FileCopier.copy(GenerateXMB.class, "wsb-dtd.xml", out); in writeFile()
DShowLanguages.java45 import org.unicode.cldr.util.FileCopier;
99 FileCopier.ensureDirectoryExists(FormattedFileWriter.CHART_TARGET_DIR); in main()
100 FileCopier.copy(ShowLanguages.class, "index.css", FormattedFileWriter.CHART_TARGET_DIR); in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyCompactNumbers.java66 FileCopier.copy(ShowData.class, "verify-index.html", CLDRPaths.VERIFY_DIR, "index.html"); in main()
67 FileCopier.copy(ChartDelta.class, "index.css", CLDRPaths.VERIFY_DIR, "index.css"); in main()
DFileCopier.java16 public class FileCopier { class
DVerifyZones.java239 FileCopier.copy(ShowData.class, "verify-index.html", CLDRPaths.VERIFY_DIR, "index.html"); in main()
240 FileCopier.copy(ChartDelta.class, "index.css", CLDRPaths.VERIFY_DIR, "index.css"); in main()
DVettingViewer.java1669 FileCopier.ensureDirectoryExists(myOutputDir); in main()
1670 FileCopier.copy(VettingViewer.class, "vettingView.css", myOutputDir); in main()
1671 FileCopier.copy(VettingViewer.class, "vettingView.js", myOutputDir); in main()
1723 FileCopier.copy(VettingViewer.class, "vettingViewerHead.txt", out); in writeFile()
DDateTimeFormats.java847 FileCopier.copy(ShowData.class, "verify-index.html", CLDRPaths.VERIFY_DIR, "index.html"); in main()
848 FileCopier.copy(ChartDelta.class, "index.css", CLDRPaths.VERIFY_DIR, "index.css"); in main()