Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp419 std::string normalizedComment = normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue()
434 document_ += " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()
438 document_ += normalizeEOL(root.getComment(commentAfter)); in writeCommentAfterValueOnSameLine()
449 std::string StyledWriter::normalizeEOL(const std::string& text) { in normalizeEOL() function in Json::StyledWriter
644 *document_ << normalizeEOL(root.getComment(commentBefore)); in writeCommentBeforeValue()
650 *document_ << " " + normalizeEOL(root.getComment(commentAfterOnSameLine)); in writeCommentAfterValueOnSameLine()
654 *document_ << normalizeEOL(root.getComment(commentAfter)); in writeCommentAfterValueOnSameLine()
665 std::string StyledStreamWriter::normalizeEOL(const std::string& text) { in normalizeEOL() function in Json::StyledStreamWriter
/external/jsoncpp/include/json/
Dwriter.h118 static std::string normalizeEOL(const std::string& text);
181 static std::string normalizeEOL(const std::string& text);
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h1900 static std::string normalizeEOL(const std::string& text);
1964 static std::string normalizeEOL(const std::string& text);
Djsoncpp.cpp556 static std::string normalizeEOL(Reader::Location begin, Reader::Location end) { in normalizeEOL() function
578 const std::string& normalized = normalizeEOL(begin, end); in addComment()
1537 const std::string& normalized = normalizeEOL(begin, end); in addComment()