Home
last modified time | relevance | path

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

/external/jsoncpp/src/lib_json/
Djson_writer.cpp499 document_ += normalizeEOL( root.getComment( commentBefore ) ); in writeCommentBeforeValue()
508 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
513 document_ += normalizeEOL( root.getComment( commentAfter ) ); in writeCommentAfterValueOnSameLine()
529 StyledWriter::normalizeEOL( const std::string &text ) in normalizeEOL() function in Json::StyledWriter
780 *document_ << normalizeEOL( root.getComment( commentBefore ) ); in writeCommentBeforeValue()
789 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); in writeCommentAfterValueOnSameLine()
794 *document_ << normalizeEOL( root.getComment( commentAfter ) ); in writeCommentAfterValueOnSameLine()
810 StyledStreamWriter::normalizeEOL( const std::string &text ) in normalizeEOL() function in Json::StyledStreamWriter
/external/jsoncpp/include/json/
Dwriter.h96 static std::string normalizeEOL( const std::string &text );
154 static std::string normalizeEOL( const std::string &text );