Home
last modified time | relevance | path

Searched refs:UnicodeSetPrettyPrinter (Results 1 – 12 of 12) 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;
561 static UnicodeSetPrettyPrinter prettyPrinter = new UnicodeSetPrettyPrinter()
DCountItems.java49 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
212 String fixed = new UnicodeSetPrettyPrinter() in showExemplars()
DCLDRModify.java61 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
1509 String fixedExemplar1 = new UnicodeSetPrettyPrinter()
/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()
175 String fixedExemplar1 = new UnicodeSetPrettyPrinter() in handleCheck()
DDisplayAndInputProcessor.java26 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()
DCheckForExemplars.java32 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
103 UnicodeSetPrettyPrinter prettyPrint;
231 prettyPrint = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()
DConsoleCheckCLDR.java58 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()
/external/cldr/tools/java/org/unicode/cldr/draft/
DExemplarInfo.java15 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;
47 private static UnicodeSetPrettyPrinter pp = new UnicodeSetPrettyPrinter();