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()642 const std::string &wrapped_line_suffix) { in BufferToHexText() argument654 text.size() + wrapped_line_suffix.size() >= start_offset + max_length) { in BufferToHexText()655 text += wrapped_line_suffix; in BufferToHexText()661 text += wrapped_line_suffix; in BufferToHexText()