Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast/src/
Dformat.rs221 pub struct FormatOptions { struct
223 pub width: Option<FormatCount>,
225 pub precision: Option<FormatCount>,
227 pub alignment: Option<FormatAlignment>,
229 pub fill: Option<char>,
231 pub sign: Option<FormatSign>,
233 pub alternate: bool,
235 pub zero_pad: bool,
237 pub debug_hex: Option<FormatDebugHex>,
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuTextWriter.java175 private static final class FormatOptions { class in IcuTextWriter
190 private FormatOptions(boolean shouldQuote, boolean shouldUseComma, boolean shouldIndent) { in FormatOptions() method in IcuTextWriter.FormatOptions