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