Home
last modified time | relevance | path

Searched refs:CLDR_VERSIONS (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DToolConstants.java31 public static final List<String> CLDR_VERSIONS = ImmutableList.of( field in ToolConstants
72 … 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);
DCheckoutArchive.java24 for (final String ver : ToolConstants.CLDR_VERSIONS) { in main()
DShowDtdDiffs.java39 for (String current : ToolConstants.CLDR_VERSIONS) { in main()
DFindPluralDifferences.java39 List<String> items = new ArrayList<>(ToolConstants.CLDR_VERSIONS); in diff()
DCldrVersion.java190 for (String tc : ToolConstants.CLDR_VERSIONS) { in checkVersions()