Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java338 Counter<String> unchangedCount = new Counter<String>(); field in GenerateItemCounts.Delta
342 + "\t" + unchangedCount.getTotal() in print()
349 + "\t" + unchangedCount.get(prefix) in print()
396 itemCount.unchangedCount.add(prefix, set2and1.size()); in compare()
398 charCount.unchangedCount.add(prefix, totalLength(set2and1)); in compare()
404 itemCount.unchangedCount.add(prefix, set2.size()); in compare()
405 charCount.unchangedCount.add(prefix, totalLength(set2)); in compare()