Searched refs:wrap_algorithms (Results 1 – 8 of 8) sorted by relevance
11 pub(crate) mod wrap_algorithms; module15 let mut wrapper = wrap_algorithms::LineWrapper::new(hard_width); in wrap()
218 pub mod wrap_algorithms; module219 pub use wrap_algorithms::WrapAlgorithm;1268 let wrapped_words = wrap_algorithms::wrap_first_fit(&words, &[width as f64]); in fill_inplace()
83 let mut wrapper = crate::output::textwrap::wrap_algorithms::LineWrapper::new(hard_width); in wrap()
57 wrap_algorithms::FirstFit,126 wrap_algorithms::FirstFit,190 `core::WrapAlgorithm` enum with a `wrap_algorithms::WrapAlgorithm`
52 …rd_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/textwrap/wrap_algorithms.rs",
[all...]