HomeSort by relevance Sort by last modified time
    Searched defs:Newline (Results 26 - 29 of 29) sorted by null

12

  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 498 /// are currently trying to keep the "}" on the same line (i.e. \p NewLine is
502 /// If \p NewLine is true, we format the nested block on separate lines, i.e.
509 bool formatChildren(LineState &State, bool NewLine, bool DryRun,
519 if (NewLine) {
588 bool Newline =
592 formatChildren(State, Newline, /*DryRun=*/false, Penalty);
593 Indenter->addTokenToState(State, Newline, /*DryRun=*/false);
613 formatChildren(State, /*Newline=*/false, DryRun, Penalty);
614 Indenter->addTokenToState(State, /*Newline=*/false, DryRun);
659 /// inserting a newline dependent on the \c NewLine
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.h 33 Newline,
145 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
  /frameworks/base/core/java/android/text/
Html.java 109 * one newline character by default.
115 * other texts with one newline character by default.
121 * with one newline character by default.
127 * with one newline character by default.
133 * with one newline character by default.
139 * texts with one newline character by default.
151 * elements with blank lines (two newline characters) in between. This is the legacy behavior
158 * elements with line breaks (single newline character) in between. This inverts the
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 

Completed in 278 milliseconds

12