Searched refs:UnicodeSetPrettyPrinter (Results 1 – 11 of 11) sorted by relevance
28 public class UnicodeSetPrettyPrinter { class46 public UnicodeSetPrettyPrinter() { in UnicodeSetPrettyPrinter() method in UnicodeSetPrettyPrinter53 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()
12 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;29 final UnicodeSetPrettyPrinter PRETTY_PRINTER = new UnicodeSetPrettyPrinter() in TestBasicUnicodeSet()
15 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;53 UnicodeSetPrettyPrinter pretty = new UnicodeSetPrettyPrinter().setOrdering( in main()
16 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;53 UnicodeSetPrettyPrinter pp = new UnicodeSetPrettyPrinter() in getConstructedIndexSet()
43 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;565 static UnicodeSetPrettyPrinter prettyPrinter = new UnicodeSetPrettyPrinter()
49 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;211 String fixed = new UnicodeSetPrettyPrinter() in showExemplars()
11 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;35 UnicodeSetPrettyPrinter prettyPrinter;127 prettyPrinter = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()176 String fixedExemplar1 = new UnicodeSetPrettyPrinter() in handleCheck()
26 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()
34 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;109 UnicodeSetPrettyPrinter prettyPrint;237 prettyPrint = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()
58 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;768 + "\t" + new UnicodeSetPrettyPrinter() in main()779 + new UnicodeSetPrettyPrinter() in main()
15 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;47 private static UnicodeSetPrettyPrinter pp = new UnicodeSetPrettyPrinter();