Home
last modified time | relevance | path

Searched defs:shouldUseComma (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuTextWriter.java187 final boolean shouldUseComma; field in IcuTextWriter.FormatOptions
190 private FormatOptions(boolean shouldQuote, boolean shouldUseComma, boolean shouldIndent) { in FormatOptions()