Searched refs:CLDR_VERSIONS (Results 1 – 6 of 6) sorted by relevance
46 public static final List<String> CLDR_VERSIONS = ImmutableList.of( field in ToolConstants79 for (String current : CLDR_VERSIONS) {
39 for (String current : ToolConstants.CLDR_VERSIONS) { in main()
39 List<String> items = new ArrayList<>(ToolConstants.CLDR_VERSIONS); in diff()
153 for (String tc : ToolConstants.CLDR_VERSIONS) { in checkVersions()
95 LinkedHashSet<String> allVersions = new LinkedHashSet<>(ToolConstants.CLDR_VERSIONS); in writeContents()
288 … ToolConstants.CLDR_VERSIONS.contains(ToolConstants.LAST_CHART_VERSION) ? CURRENT_DIRECTORY in writeLdml()