Searched refs:text_len (Results 1 – 1 of 1) sorted by relevance
2373 let text_len = text.chars().count(); in test_wrap_help_text() localVariable2380 format!("|{}{}|", text, " ".repeat(100 - text_len)), in test_wrap_help_text()2387 format!("|{}{}{}|", " ".repeat(4), text, " ".repeat(7 - text_len)), in test_wrap_help_text()