Searched refs:wrap_algorithm (Results 1 – 2 of 2) sorted by relevance
251 pub wrap_algorithm: WrapAlgorithm, field271 wrap_algorithm: options.wrap_algorithm, in from()321 wrap_algorithm: WrapAlgorithm::new(), in new()474 wrap_algorithm: self.wrap_algorithm, in word_separator()485 pub fn wrap_algorithm(self, wrap_algorithm: WrapAlgorithm) -> Options<'a> { in wrap_algorithm() method493 wrap_algorithm: wrap_algorithm, in wrap_algorithm()538 wrap_algorithm: self.wrap_algorithm, in word_splitter()1050 let wrapped_words = options.wrap_algorithm.wrap(&broken_words, &line_widths); in wrap_single_line_slow_path()1332 Options::new(10).wrap_algorithm(WrapAlgorithm::FirstFit) in to_be_or_not()1707 Options::new(7).wrap_algorithm(WrapAlgorithm::FirstFit) in preserve_line_breaks()[all …]
83 of wrapping can be configured via `Options::wrap_algorithm`.