Searched refs:CLDR_VERSIONS (Results 1 – 4 of 4) sorted by relevance
30 public static final List<String> CLDR_VERSIONS = ImmutableList.of( field in ToolConstants65 …atic final Set<String> CLDR_RELEASE_VERSION_SET = ImmutableSet.copyOf(ToolConstants.CLDR_VERSIONS);70 for (String current : CLDR_VERSIONS) { in previousVersion()107 public static final String LAST_RELEASE_VERSION = CLDR_VERSIONS.get(CLDR_VERSIONS.size()-1);
39 for (String current : ToolConstants.CLDR_VERSIONS) { in main()
39 List<String> items = new ArrayList<>(ToolConstants.CLDR_VERSIONS); in diff()
155 for (String tc : ToolConstants.CLDR_VERSIONS) { in checkVersions()