Searched defs:copyAndReplace (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | FileCopier.java | 26 …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 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
|