Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java67 private static String keyboardChartLayoutsDir; field in ShowKeyboards
97 keyboardChartLayoutsDir = keyboardChartDir + "/layouts/"; in main()
227 FileCopier.ensureDirectoryExists(keyboardChartLayoutsDir); in showHtml()
228 FileCopier.copy(ShowKeyboards.class, "keyboards.css", keyboardChartLayoutsDir, "index.css"); in showHtml()
229 PrintWriter index = FileUtilities.openUTF8Writer(keyboardChartLayoutsDir, "index.html"); in showHtml()
257 … PrintWriter out = FileUtilities.openUTF8Writer(keyboardChartLayoutsDir, locale + ".html"); in showHtml()