HomeSort by relevance Sort by last modified time
    Searched defs:copyAndReplace (Results 1 - 3 of 3) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/util/
FileCopier.java 26 public static void copyAndReplace(Reader rdr, Map<String, String> replacements, Writer out) throws IOException {
57 public static void copyAndReplace(Class<?> cls, String srcFile, Charset charSet, Map<String, String> replacements,
59 copyAndReplace(new InputStreamReader(cls.getResourceAsStream(srcFile), charSet), replacements, out);
89 public static void copyAndReplace(Reader rdr, Writer wr, Map<String, String> replacements) throws IOException {
169 public static void copyAndReplace(Class<?> cls, String srcFile, String destDir, String destFile, Map<String, String> replacements) throws IOException {
170 copyAndReplace(new InputStreamReader(cls.getResourceAsStream(srcFile)),
  /external/cldr/tools/java/org/unicode/cldr/icu/
Makefile.java 90 FileCopier.copyAndReplace(NewLdml2IcuConverter.class, "makefile_header.txt",
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateSidewaysView.java 197 FileCopier.copyAndReplace(GenerateSidewaysView.class, "bytype-index.html", options[DESTDIR].value, "index.html",
    [all...]

Completed in 87 milliseconds