Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1164 static void showErrorFileIndex(PrintWriter generated_html_index) { in showErrorFileIndex() argument
1230 generated_html_index.println(indexTablePrinter.toTable()); in showErrorFileIndex()
1231 generated_html_index.println(ShowData.dateFooter()); in showErrorFileIndex()
1232 generated_html_index.println(CldrUtility.ANALYTICS); in showErrorFileIndex()
1233 generated_html_index.println("</body></html>"); in showErrorFileIndex()
1294 …PrintWriter generated_html_index = FileUtilities.openUTF8Writer(ErrorFile.generated_html_directory… in showSections() local
1295 …onsoleCheckCLDR.ErrorFile.showIndexHead("Error Report Index by Section", "", generated_html_index); in showSections()
1296 generated_html_index.println(indexTablePrinter.toTable()); in showSections()
1297 generated_html_index.println(ShowData.dateFooter()); in showSections()
1298 generated_html_index.println(CldrUtility.ANALYTICS); in showSections()
[all …]