Searched refs:showDiff (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCoverage.java | 47 showDiff("Missing", all, coreCoverage); in TestBasic() 55 showDiff("Missing", all, coreCoverage); in TestBasic() 56 showDiff("Extra", coreCoverage, none); in TestBasic() 148 public void showDiff(String title, Set<CoreItems> all, in showDiff() method in TestCoverage
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | BNF.java | 81 String msg = showDiff(variables, ruleSet); in complete() 83 String temp = showDiff(ruleSet, variables); in complete() 94 String msg = showDiff(variables, ruleSet); in complete() 96 String temp = showDiff(ruleSet, variables); in complete() 128 String showDiff(Set a, Set b) { in showDiff() method in BNF
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | FindAttributeValueDifferences.java | 83 showDiff(element, attribute, newAttValues, oldAttValues, "new"); in main() 84 showDiff(element, attribute, oldAttValues, newAttValues, "old"); in main() 89 …private static TreeSet<String> showDiff(String element, String attribute, Set<String> newAttValues… in showDiff() method in FindAttributeValueDifferences
|
D | ConvertLanguageData.java | 650 if (SHOW_DIFF) showDiff(countryPopulation1, countryPopulation, 0.1, false); in RowData() 677 …showDiff(languagePopulation1 / countryPopulation1, languagePopulation / countryPopulation, 0.01, t… in RowData() 700 private void showDiff(double a, double new_a, double maxRelativeDiff, boolean showLang) { in showDiff() method in ConvertLanguageData.RowData
|