HomeSort by relevance Sort by last modified time
    Searched refs:normalizeEOL (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/include/json/
writer.h 96 static std::string normalizeEOL( const std::string &text );
154 static std::string normalizeEOL( const std::string &text );
  /external/jsoncpp/src/lib_json/
json_writer.cpp 499 document_ += normalizeEOL( root.getComment( commentBefore ) );
508 document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) );
513 document_ += normalizeEOL( root.getComment( commentAfter ) );
529 StyledWriter::normalizeEOL( const std::string &text )
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 )

Completed in 25 milliseconds