Searched refs:wrapped_line_suffix (Results 1 – 1 of 1) sorted by relevance
547 const std::string wrapped_line_suffix) { in WordWrap() argument555 if ((line.length() + 1 + word.length() + wrapped_line_suffix.length()) < in WordWrap()559 wrapped += line + wrapped_line_suffix + "\n"; in WordWrap()