Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestBagFormatter.java97 bf.showSetNames(FileUtilities.CONSOLE, us); in main()
101 bf.showSetNames(FileUtilities.CONSOLE, us); in main()
105 bf.showSetNames(FileUtilities.CONSOLE, us); in main()
110 bf.showSetNames(FileUtilities.CONSOLE, us); in main()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DBagFormatter.java116 showSetNames(pw, temp); in showSetDifferences()
124 showSetNames(pw, temp); in showSetDifferences()
132 showSetNames(pw, temp); in showSetDifferences()
149 showSetNames(pw, temp); in showSetDifferences()
156 showSetNames(pw, temp); in showSetDifferences()
163 showSetNames(pw, temp); in showSetDifferences()
173 public String showSetNames(Object c) { in showSetNames() method in BagFormatter
176 showSetNames(output, c); in showSetNames()
187 public void showSetNames(PrintWriter output, Object c) { in showSetNames() method in BagFormatter
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestMisc.java127 + bf.showSetNames(set.complement().complement()) in main()
313 + bf.showSetNames( in testScripts()
337 + bf.showSetNames(functionalCommon)); in testScripts()
347 + bf.showSetNames(functionalInherited)); in testScripts()
351 "Nl:" + CldrUtility.LINE_SEPARATOR + bf.showSetNames(new UnicodeSet("[:Nl:]"))); in testScripts()
353 "Nl & Functional & !Archaic:" + CldrUtility.LINE_SEPARATOR + bf.showSetNames(nl)); in testScripts()