Home
last modified time | relevance | path

Searched refs:prettyPrinter (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DObjectWriter.java1291 public final PrettyPrinter prettyPrinter; field in ObjectWriter.GeneratorSettings
1315 prettyPrinter = pp; in GeneratorSettings()
1326 return (pp == prettyPrinter) ? this in with()
1332 … : new GeneratorSettings(prettyPrinter, sch, characterEscapes, rootValueSeparator); in with()
1337 : new GeneratorSettings(prettyPrinter, schema, esc, rootValueSeparator); in with()
1345 return new GeneratorSettings(prettyPrinter, schema, characterEscapes, null); in withRootValueSeparator()
1350 return new GeneratorSettings(prettyPrinter, schema, characterEscapes, in withRootValueSeparator()
1359 return new GeneratorSettings(prettyPrinter, schema, characterEscapes, null); in withRootValueSeparator()
1364 return new GeneratorSettings(prettyPrinter, schema, characterEscapes, sep); in withRootValueSeparator()
1376 PrettyPrinter pp = prettyPrinter; in initialize()
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckExemplars.java35 UnicodeSetPrettyPrinter prettyPrinter; field in CheckExemplars
127 prettyPrinter = new UnicodeSetPrettyPrinter() in setCldrFileToCheck()
370 String fixedExemplar1 = prettyPrinter.format(exemplar1); in checkExemplar()
400 fixedExemplar1 = prettyPrinter.format(exemplar1); in checkExemplar()
DDisplayAndInputProcessor.java864 …blic static String getCleanedUnicodeSet(UnicodeSet exemplar, UnicodeSetPrettyPrinter prettyPrinter, in getCleanedUnicodeSet() argument
866 if (prettyPrinter == null) { in getCleanedUnicodeSet()
870 prettyPrinter.setCompressRanges(exemplar.size() > 300); in getCleanedUnicodeSet()
908 String fixedExemplar = prettyPrinter.format(toAdd); in getCleanedUnicodeSet()
/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
DCommentParsingSteps.java64 private PrettyPrinter prettyPrinter = new PrettyPrinter(new PrettyPrinterConfiguration()); field in CommentParsingSteps
204 assertThat(prettyPrinter.print(compilationUnit).trim(), is(src.trim())); in isPrintedAs()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java565 static UnicodeSetPrettyPrinter prettyPrinter = new UnicodeSetPrettyPrinter() field in ShowKeyboards
570 return TransliteratorUtilities.toHTML.transform(prettyPrinter.format(unicodeSet)); in safeUnicodeSet()
/external/python/pyasn1/
DCHANGES.rst683 * Asn1Type.prettyPrinter() -> \*.prettyPrint()