Searched refs:prettyPrinter (Results 1 – 5 of 5) sorted by relevance
35 UnicodeSetPrettyPrinter prettyPrinter; field in CheckExemplars127 prettyPrinter = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()362 String fixedExemplar1 = prettyPrinter.format(exemplar1); in checkExemplar()392 fixedExemplar1 = prettyPrinter.format(exemplar1); in checkExemplar()
822 …blic static String getCleanedUnicodeSet(UnicodeSet exemplar, UnicodeSetPrettyPrinter prettyPrinter, in getCleanedUnicodeSet() argument824 if (prettyPrinter == null) { in getCleanedUnicodeSet()828 prettyPrinter.setCompressRanges(exemplar.size() > 300); in getCleanedUnicodeSet()856 String fixedExemplar = prettyPrinter.format(toAdd); in getCleanedUnicodeSet()
67 private PrettyPrinter prettyPrinter = new PrettyPrinter(new PrettyPrinterConfiguration()); field in CommentParsingSteps203 assertThat(prettyPrinter.print(compilationUnit).trim(), is(src.trim())); in isPrintedAs()
561 static UnicodeSetPrettyPrinter prettyPrinter = new UnicodeSetPrettyPrinter() field in ShowKeyboards566 return TransliteratorUtilities.toHTML.transform(prettyPrinter.format(unicodeSet)); in safeUnicodeSet()
602 * Asn1ItemBase.prettyPrinter() -> \*.prettyPrint()