Lines Matching defs:normalized
542 std::string normalized;
543 normalized.reserve(end - begin);
552 normalized += '\n';
554 normalized += c;
557 return normalized;
563 const std::string& normalized = normalizeEOL(begin, end);
566 lastValue_->setComment(normalized, placement);
568 commentsBefore_ += normalized;
587 // Consume DOS EOL. It will be normalized in addComment.
1508 const std::string& normalized = normalizeEOL(begin, end);
1511 lastValue_->setComment(normalized, placement);
1513 commentsBefore_ += normalized;
1532 // Consume DOS EOL. It will be normalized in addComment.