Lines Matching defs:default
22 fn default() -> TranslatorBuilder {
28 /// Create a new translator builder with a default c onfiguration.
32 flags: Flags::default(),
48 /// When disabled (the default), the translator is guaranteed to produce
61 /// Enable or disable the case insensitive flag (`i`) by default.
67 /// Enable or disable the multi-line matching flag (`m`) by default.
74 /// default.
83 /// Enable or disable the "swap greed" flag (`U`) by default.
89 /// Enable or disable the Unicode flag (`u`) by default.
115 /// Create a new translator using the default configuration.
155 /// If `allow_invalid_utf8` is disabled (the default), then a byte
1019 let mut flags = Flags::default();