Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DToolConstants.java40 public static final String CHART_DISPLAY_VERSION = CHART_VERSION + (BETA ? "β" : ""); field in ToolConstants
DChartDtdDelta.java89 String currentName = finalVersion ? ToolConstants.CHART_DISPLAY_VERSION : current; in writeContents()
182 if (SHOW && ToolConstants.CHART_DISPLAY_VERSION.equals(version)) { in checkNames()
DFormattedFileWriter.java154 "%version%", ToolConstants.CHART_DISPLAY_VERSION, in close()
DGenerateBcp47Text.java40 showField(out, "Version", ToolConstants.CHART_DISPLAY_VERSION); in run()
DShowData.java234 ToolConstants.CHART_DISPLAY_VERSION, in main()
369 ToolConstants.CHART_DISPLAY_VERSION, in main()
693 version = ToolConstants.CHART_DISPLAY_VERSION; in getChartTemplate()
DShowKeyboards.java169 ToolConstants.CHART_DISPLAY_VERSION, in showRepertoire()
183 ToolConstants.CHART_DISPLAY_VERSION, in showRepertoire()
233 ToolConstants.CHART_DISPLAY_VERSION, in showHtml()
260 ToolConstants.CHART_DISPLAY_VERSION, in showHtml()
DGenerateSidewaysView.java200 "%version%", ToolConstants.CHART_DISPLAY_VERSION, in main()
823 ToolConstants.CHART_DISPLAY_VERSION, in writeHeader()
DGenerateAttributeList.java209 pw.println("<p>Version: " + ToolConstants.CHART_DISPLAY_VERSION + "</p>"); in show()
DGenerateChangeChart.java345 …eplacements = { "%header%", "", "%title%", title, "%version%", ToolConstants.CHART_DISPLAY_VERSION, in close()