HomeSort by relevance Sort by last modified time
    Searched defs:NewLine (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Format/
FormatToken.cpp 90 bool NewLine = false;
104 NewLine = true;
108 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
Format.cpp 555 bool Newline =
558 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
    [all...]
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 144 void NewLine() {
419 table_printer.NewLine();
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 227 // need to emit a newline between tokens on different lines.
264 unsigned NewLine = UserLoc.getLine();
275 // off by one. We can do better by simply incrementing NewLine here.
276 NewLine += 1;
279 CurLine = NewLine;
507 // newline characters.
571 // newline characters.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 53 public static readonly string NewLine = Environment.NewLine;
496 buf.Append(NewLine);
499 buf.Append(NewLine);
502 buf.Append(NewLine);
505 buf.Append(NewLine);
508 buf.Append(NewLine);
511 buf.Append(NewLine);
514 buf.Append(NewLine);
517 // buf.Append(newline);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 53 public static readonly string NewLine = Environment.NewLine;
547 buf.Append(NewLine);
550 buf.Append(NewLine);
553 buf.Append(NewLine);
556 buf.Append(NewLine);
559 buf.Append(NewLine);
562 buf.Append(NewLine);
565 buf.Append(NewLine);
568 // buf.Append(newline);
    [all...]
  /external/chromium_org/ui/gfx/
text_elider.cc 353 // |output| is true, add a newline to the output string if the rectangular
356 void NewLine(bool output);
375 // True when we do whitespace to newline conversions ourselves.
428 NewLine(strict_);
439 NewLine(true);
459 void RectangleString::NewLine(bool output) {
531 bool NewLine();
579 // The BREAK_NEWLINE iterator will keep the trailing newline character,
581 // the newline character, if it exists.
639 NewLine();
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]

Completed in 269 milliseconds