Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DConsoleCheckCLDR.java449 ErrorFile.generated_html_count = in main()
1619 ErrorFile.generated_html_count.print(ConsoleCheckCLDR.lastHtmlLocaleID + ";\tcounts"); in writeErrorCountsText()
1621 ErrorFile.generated_html_count.print( in writeErrorCountsText()
1624 ErrorFile.generated_html_count.println(); in writeErrorCountsText()
1625 ErrorFile.generated_html_count.flush(); in writeErrorCountsText()
1636 static PrintWriter generated_html_count = null; field in ConsoleCheckCLDR.ErrorFile
1917 if (PATH_IN_COUNT && ErrorFile.generated_html_count != null) { in showValue()
1918 ErrorFile.generated_html_count.println(lastHtmlLocaleID + ";\tpath:\t" + path); in showValue()