Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DUnicodeSetPrettyPrinter.java28 public class UnicodeSetPrettyPrinter { class
46 public UnicodeSetPrettyPrinter() { in UnicodeSetPrettyPrinter() method in UnicodeSetPrettyPrinter
53 public UnicodeSetPrettyPrinter setQuoter(StringTransform quoter) { in setQuoter()
66 public UnicodeSetPrettyPrinter setCompressRanges(boolean compressRanges) { in setCompressRanges()
79 public UnicodeSetPrettyPrinter setOrdering(Comparator ordering) { in setOrdering()
92 public UnicodeSetPrettyPrinter setSpaceComparator(Comparator spaceComp) { in setSpaceComparator()
105 public UnicodeSetPrettyPrinter setToQuote(UnicodeSet toQuote) { in setToQuote()
159 private UnicodeSetPrettyPrinter appendUnicodeSetItem(String s) { in appendUnicodeSetItem()
237 UnicodeSetPrettyPrinter appendQuoted(int codePoint) { in appendQuoted()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DUnicodeSetPrettyPrinterTest.java12 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
29 final UnicodeSetPrettyPrinter PRETTY_PRINTER = new UnicodeSetPrettyPrinter() in TestBasicUnicodeSet()
DTestCollationMapMaker.java15 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
53 UnicodeSetPrettyPrinter pretty = new UnicodeSetPrettyPrinter().setOrdering( in main()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateIndexCharacters.java16 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
53 UnicodeSetPrettyPrinter pp = new UnicodeSetPrettyPrinter() in getConstructedIndexSet()
DShowKeyboards.java43 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
565 static UnicodeSetPrettyPrinter prettyPrinter = new UnicodeSetPrettyPrinter()
DCountItems.java49 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
211 String fixed = new UnicodeSetPrettyPrinter() in showExemplars()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckExemplars.java11 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
35 UnicodeSetPrettyPrinter prettyPrinter;
127 prettyPrinter = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()
176 String fixedExemplar1 = new UnicodeSetPrettyPrinter() in handleCheck()
DDisplayAndInputProcessor.java26 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
150 private UnicodeSetPrettyPrinter pp = null;
191 pp = new UnicodeSetPrettyPrinter().setOrdering(Collator.getInstance(ULocale.ROOT)) in init()
200 public UnicodeSetPrettyPrinter getPrettyPrinter() { in getPrettyPrinter()
864 …public static String getCleanedUnicodeSet(UnicodeSet exemplar, UnicodeSetPrettyPrinter prettyPrint… in getCleanedUnicodeSet()
DCheckForExemplars.java34 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
109 UnicodeSetPrettyPrinter prettyPrint;
237 prettyPrint = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()
DConsoleCheckCLDR.java58 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
768 + "\t" + new UnicodeSetPrettyPrinter() in main()
779 + new UnicodeSetPrettyPrinter() in main()
/external/cldr/tools/java/org/unicode/cldr/draft/
DExemplarInfo.java15 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
47 private static UnicodeSetPrettyPrinter pp = new UnicodeSetPrettyPrinter();