Searched refs:CLDR_VERSIONS (Results 1 – 5 of 5) sorted by relevance
31 public static final List<String> CLDR_VERSIONS = ImmutableList.of( field in ToolConstants72 … public static final Set<VersionInfo> CLDR_VERSIONS_VI = ImmutableSet.copyOf(CLDR_VERSIONS.stream()79 …atic final Set<String> CLDR_RELEASE_VERSION_SET = ImmutableSet.copyOf(ToolConstants.CLDR_VERSIONS);134 public static final String LAST_RELEASE_VERSION = CLDR_VERSIONS.get(CLDR_VERSIONS.size()-1);
24 for (final String ver : ToolConstants.CLDR_VERSIONS) { in main()
39 for (String current : ToolConstants.CLDR_VERSIONS) { in main()
39 List<String> items = new ArrayList<>(ToolConstants.CLDR_VERSIONS); in diff()
190 for (String tc : ToolConstants.CLDR_VERSIONS) { in checkVersions()