Home
last modified time | relevance | path

Searched refs:wrap_algorithm (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/textwrap/src/
Dlib.rs202 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()
[all …]
/external/rust/crates/textwrap/
DREADME.md71 of wrapping can be configured via `Option::wrap_algorithm`.