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

  /external/clang/lib/Format/
Format.cpp 110 void replaceWhitespace(const AnnotatedToken &Tok, unsigned NewLines,
113 // 2+ newlines mean an empty line separating logic scopes.
114 if (NewLines >= 2)
134 Comment.NewLines = NewLines;
136 NewLines > 0 ? Spaces : WhitespaceStartColumn + Spaces;
151 storeReplacement(Tok.FormatTok, getNewLineText(NewLines, Spaces));
155 /// backslashes to escape newlines inside a preprocessor directive.
158 /// \c Newlines == 0.
159 void replacePPWhitespace(const AnnotatedToken &Tok, unsigned NewLines,
    [all...]
  /external/chromium/googleurl/src/
gurl_unittest.cc 410 // Newlines should be stripped from inputs.
411 TEST(GURLTest, Newlines) {
420 // Note that newlines are NOT stripped from ReplaceComponents.

Completed in 595 milliseconds