Searched refs:UnicodeSetPrettyPrinter (Results 1 – 12 of 12) 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;561 static UnicodeSetPrettyPrinter prettyPrinter = new UnicodeSetPrettyPrinter()
49 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;212 String fixed = new UnicodeSetPrettyPrinter() in showExemplars()
61 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;1509 String fixedExemplar1 = new UnicodeSetPrettyPrinter()
11 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;35 UnicodeSetPrettyPrinter prettyPrinter;127 prettyPrinter = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()175 String fixedExemplar1 = new UnicodeSetPrettyPrinter() in handleCheck()
26 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;149 private UnicodeSetPrettyPrinter pp = null;190 pp = new UnicodeSetPrettyPrinter().setOrdering(Collator.getInstance(ULocale.ROOT)) in init()199 public UnicodeSetPrettyPrinter getPrettyPrinter() { in getPrettyPrinter()822 …public static String getCleanedUnicodeSet(UnicodeSet exemplar, UnicodeSetPrettyPrinter prettyPrint… in getCleanedUnicodeSet()
32 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;103 UnicodeSetPrettyPrinter prettyPrint;231 prettyPrint = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()
58 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;775 …eckCldr, localeID, level, "Total missing from general exemplars:\t" + new UnicodeSetPrettyPrinter() in main()786 + new UnicodeSetPrettyPrinter() in main()
15 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;47 private static UnicodeSetPrettyPrinter pp = new UnicodeSetPrettyPrinter();