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.java28 public static final String CHART_DISPLAY_VERSION = "37β"; field in ToolConstants
DChartDtdDelta.java100 String currentName = finalVersion ? ToolConstants.CHART_DISPLAY_VERSION : current; in writeContents()
193 if (SHOW && ToolConstants.CHART_DISPLAY_VERSION.equals(version)) { in checkNames()
DGenerateBcp47Text.java40 showField(out, "Version", ToolConstants.CHART_DISPLAY_VERSION); in run()
DFormattedFileWriter.java174 "%version%", ToolConstants.CHART_DISPLAY_VERSION, in copyIncludeHtmls()
DShowData.java235 ToolConstants.CHART_DISPLAY_VERSION, in main()
372 ToolConstants.CHART_DISPLAY_VERSION, in main()
696 version = ToolConstants.CHART_DISPLAY_VERSION; in getChartTemplate()
DShowKeyboards.java171 ToolConstants.CHART_DISPLAY_VERSION, in showRepertoire()
185 ToolConstants.CHART_DISPLAY_VERSION, in showRepertoire()
236 ToolConstants.CHART_DISPLAY_VERSION, in showHtml()
263 ToolConstants.CHART_DISPLAY_VERSION, in showHtml()
DGenerateAttributeList.java184 pw.println("<p>Version: " + ToolConstants.CHART_DISPLAY_VERSION + "</p>"); in show()
DGenerateSidewaysView.java200 "%version%", ToolConstants.CHART_DISPLAY_VERSION, in main()
830 ToolConstants.CHART_DISPLAY_VERSION, in writeHeader()
DGenerateChangeChart.java341 …eplacements = { "%header%", "", "%title%", title, "%version%", ToolConstants.CHART_DISPLAY_VERSION, in close()