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.java105 …public static final String CHART_DISPLAY_VERSION = CHART_VI.getVersionString(2, 2) + (BETA ? "β" :… field in ToolConstants
DGenerateBcp47Text.java40 showField(out, "Version", ToolConstants.CHART_DISPLAY_VERSION); in run()
DFormattedFileWriter.java179 …"%version%", ToolConstants.CHART_DISPLAY_VERSION + (addPrevVersion ? " – " + ToolConstants.PREV_CH… in copyIncludeHtmls()
DChartDtdDelta.java107 String currentName = finalVersion ? ToolConstants.CHART_DISPLAY_VERSION : current; in writeContents()
206 if (SHOW && ToolConstants.CHART_DISPLAY_VERSION.equals(version)) { in checkNames()
DShowData.java236 ToolConstants.CHART_DISPLAY_VERSION, in main()
373 ToolConstants.CHART_DISPLAY_VERSION, in main()
696 version = ToolConstants.CHART_DISPLAY_VERSION; in getChartTemplate()
DShowKeyboards.java172 ToolConstants.CHART_DISPLAY_VERSION, in showRepertoire()
186 ToolConstants.CHART_DISPLAY_VERSION, in showRepertoire()
237 ToolConstants.CHART_DISPLAY_VERSION, in showHtml()
264 ToolConstants.CHART_DISPLAY_VERSION, in showHtml()
DGenerateAttributeList.java183 pw.println("<p>Version: " + ToolConstants.CHART_DISPLAY_VERSION + "</p>"); in show()
DGenerateSidewaysView.java200 "%version%", ToolConstants.CHART_DISPLAY_VERSION, in main()
823 ToolConstants.CHART_DISPLAY_VERSION, in writeHeader()
DGenerateChangeChart.java342 …eplacements = { "%header%", "", "%title%", title, "%version%", ToolConstants.CHART_DISPLAY_VERSION, in close()