Home
last modified time | relevance | path

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

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