Searched refs:UnicodeSetPrettyPrinter (Results 1 – 9 of 9) sorted by relevance
29 public class UnicodeSetPrettyPrinter implements FormatterParser<UnicodeSet> { class53 public static final UnicodeSetPrettyPrinter ROOT_ICU =62 public static UnicodeSetPrettyPrinter fromIcuLocale(String localeId) { in fromIcuLocale()69 public static UnicodeSetPrettyPrinter fromCldrLocale(String localeId) { in fromCldrLocale()76 public static UnicodeSetPrettyPrinter from( in from()78 return new UnicodeSetPrettyPrinter() in from()84 public UnicodeSetPrettyPrinter() {} in UnicodeSetPrettyPrinter() method in UnicodeSetPrettyPrinter90 public UnicodeSetPrettyPrinter setQuoter(StringTransform quoter) { in setQuoter()103 public UnicodeSetPrettyPrinter setCompressRanges(boolean compressRanges) { in setCompressRanges()116 public UnicodeSetPrettyPrinter setOrdering(Comparator ordering) { in setOrdering()[all …]
20 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;51 UnicodeSetPrettyPrinter pretty = in main()52 UnicodeSetPrettyPrinter.fromIcuLocale(ULocale.ROOT.toString()); in main()
32 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;43 final UnicodeSetPrettyPrinter PRETTY_PRINTER =44 UnicodeSetPrettyPrinter.fromIcuLocale(ULocale.ENGLISH.toString()).setToQuote(TO_QUOTE);
21 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;37 UnicodeSetPrettyPrinter rawFormatter;145 rawFormatter = UnicodeSetPrettyPrinter.from((Comparator) col, (Comparator) spaceCol); in handleSetCldrFileToCheck()
49 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;246 private UnicodeSetPrettyPrinter rawFormatter = new UnicodeSetPrettyPrinter(); // default275 rawFormatter = UnicodeSetPrettyPrinter.from((Comparator) col, (Comparator) spaceCol); in init()278 rawFormatter = new UnicodeSetPrettyPrinter(); // default in init()
49 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;123 UnicodeSetPrettyPrinter prettyPrint;266 prettyPrint = UnicodeSetPrettyPrinter.ROOT_ICU; in handleSetCldrFileToCheck()
67 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;929 + UnicodeSetPrettyPrinter.fromIcuLocale(localeID) in main()939 + UnicodeSetPrettyPrinter.fromIcuLocale(localeID) in main()
24 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;198 + UnicodeSetPrettyPrinter.ROOT_ICU.format(auxiliary1)); in ExemplarInfo()
62 import org.unicode.cldr.util.UnicodeSetPrettyPrinter;216 String fixed = UnicodeSetPrettyPrinter.fromIcuLocale(locale).format(exemplars); in showExemplars()