Searched defs:shouldIndent (Results 1 – 1 of 1) sorted by relevance
188 final boolean shouldIndent; field in IcuTextWriter.FormatOptions190 private FormatOptions(boolean shouldQuote, boolean shouldUseComma, boolean shouldIndent) { in FormatOptions()