Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp656 size_t last_space = sub.find_last_of(" \t\n"); in DrawWrappedTextLines() local
657 if (last_space == std::string::npos) { in DrawWrappedTextLines()
662 sub.resize(last_space); in DrawWrappedTextLines()
663 next_start += last_space + 1; in DrawWrappedTextLines()