Lines Matching refs:wrap_algorithm
202 pub wrap_algorithm: core::WrapAlgorithm, field
217 wrap_algorithm: options.wrap_algorithm, in from()
413 wrap_algorithm: core::WrapAlgorithm::OptimalFit, in with_splitter()
415 wrap_algorithm: core::WrapAlgorithm::FirstFit, in with_splitter()
515 pub fn wrap_algorithm(self, wrap_algorithm: core::WrapAlgorithm) -> Self { in wrap_algorithm() method
517 wrap_algorithm, in wrap_algorithm()
545 wrap_algorithm: self.wrap_algorithm, in splitter()
914 let wrapped_words = match options.wrap_algorithm { in wrap()
1200 Options::new(10).wrap_algorithm(core::WrapAlgorithm::FirstFit) in to_be_or_not()
1561 Options::new(7).wrap_algorithm(core::WrapAlgorithm::FirstFit) in preserve_line_breaks()
1568 Options::new(5).wrap_algorithm(core::WrapAlgorithm::FirstFit) in preserve_line_breaks()