Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/props/
DBagFormatter.java72 public String showSetDifferences( in showSetDifferences() method in BagFormatter
79 showSetDifferences(new PrintWriter(result),name1,set1,name2,set2); in showSetDifferences()
84 public String showSetDifferences( in showSetDifferences() method in BagFormatter
91 showSetDifferences(new PrintWriter(result), name1, set1, name2, set2); in showSetDifferences()
96 public void showSetDifferences( in showSetDifferences() method in BagFormatter
102 showSetDifferences(pw, name1, set1, name2, set2, -1); in showSetDifferences()
111 public void showSetDifferences( in showSetDifferences() method in BagFormatter
150 public void showSetDifferences( in showSetDifferences() method in BagFormatter
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetadata.java112 …private static boolean showSetDifferences(String name1, Collection<String> set1, String name2, Col… in showSetDifferences() method in TestMetadata
DTestMisc.java332 System.out.println(bf.showSetDifferences("IDNA Functional", functional, in testScripts()