Searched defs:normalizeEOL (Results 1 - 1 of 1) sorted by relevance

/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp499 document_ += normalizeEOL( root.getComment( commentBefore ) );
508 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) );
513 document_ += normalizeEOL( root.getComment( commentAfter ) );
529 StyledWriter::normalizeEOL( const std::string &text ) function in class:Json::StyledWriter
780 *document_ << normalizeEOL( root.getComment( commentBefore ) );
789 *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) );
794 *document_ << normalizeEOL( root.getComment( commentAfter ) );
810 StyledStreamWriter::normalizeEOL( const std::string &text ) function in class:Json::StyledStreamWriter

Completed in 158 milliseconds