Searched refs:wrapped_line_suffix (Results 1 – 1 of 1) sorted by relevance
557 const std::string wrapped_line_suffix) { in WordWrap() argument565 if ((line.length() + 1 + word.length() + wrapped_line_suffix.length()) < in WordWrap()569 wrapped += line + wrapped_line_suffix + "\n"; in WordWrap()652 const std::string &wrapped_line_suffix) { in BufferToHexText() argument664 text.size() + wrapped_line_suffix.size() >= start_offset + max_length) { in BufferToHexText()665 text += wrapped_line_suffix; in BufferToHexText()671 text += wrapped_line_suffix; in BufferToHexText()