Home
last modified time | relevance | path

Searched refs:copyAndReplace (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java26 …public static void copyAndReplace(Reader rdr, Map<String, String> replacements, Writer out) throws… in copyAndReplace() method in FileCopier
57 …public static void copyAndReplace(Class<?> cls, String srcFile, Charset charSet, Map<String, Strin… in copyAndReplace() method in FileCopier
59copyAndReplace(new InputStreamReader(cls.getResourceAsStream(srcFile), charSet), replacements, out… in copyAndReplace()
89 …public static void copyAndReplace(Reader rdr, Writer wr, Map<String, String> replacements) throws … in copyAndReplace() method in FileCopier
169 …public static void copyAndReplace(Class<?> cls, String srcFile, String destDir, String destFile, M… in copyAndReplace() method in FileCopier
170 copyAndReplace(new InputStreamReader(cls.getResourceAsStream(srcFile)), in copyAndReplace()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java197 …FileCopier.copyAndReplace(GenerateSidewaysView.class, "bytype-index.html", options[DESTDIR].value,… in main()