Home
last modified time | relevance | path

Searched defs:broken_words (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/textwrap/src/
Dlib.rs1035 let broken_words = if options.break_words { in wrap_single_line_slow_path() localVariable
1036 let mut broken_words = core::break_words(split_words, line_widths[1]); in wrap_single_line_slow_path() localVariable