Home
last modified time | relevance | path

Searched refs:Newline (Results 1 – 23 of 23) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.h66 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
76 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
79 void moveStatePastFakeLParens(LineState &State, bool Newline);
84 void moveStatePastScopeOpener(LineState &State, bool Newline);
DContinuationIndenter.cpp241 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() argument
268 if (Newline) in addTokenToState()
273 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState()
609 bool DryRun, bool Newline) { in moveStateToNextToken() argument
619 State.Stack.back().LastOperatorWrapped = Newline; in moveStateToNextToken()
623 State.Stack.back().LastOperatorWrapped = Newline; in moveStateToNextToken()
665 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) { in moveStateToNextToken()
676 !Newline && in moveStateToNextToken()
680 moveStatePastFakeLParens(State, Newline); in moveStateToNextToken()
681 moveStatePastScopeOpener(State, Newline); in moveStateToNextToken()
[all …]
DUnwrappedLineFormatter.cpp314 bool Newline = in format() local
317 Indenter->addTokenToState(State, Newline, /*DryRun=*/false); in format()
/external/icu/icu4c/source/test/testdata/
DWordBreakTest.txt29 ÷ 0001 ÷ 000B ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3]
30 …EADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3]
81 ÷ 000D ÷ 000B ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3]
82 …TURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3]
133 ÷ 000A ÷ 000B ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3]
134 …FEED (LF)> (LF) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3]
179 ÷ 000B ÷ 0001 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] <START OF HEADING> (Other) ÷ [0.3]
180 ÷ 000B ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_F…
181 ÷ 000B ÷ 000D ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3]
182 ÷ 000B ÷ 0308 ÷ 000D ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_F…
[all …]
/external/clang/lib/AST/
DCommentLexer.cpp474 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimBlockFirstLine() local
475 StringRef Line(BufferPtr, Newline - BufferPtr); in lexVerbatimBlockFirstLine()
483 TextEnd = Newline; in lexVerbatimBlockFirstLine()
484 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
539 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimLineText() local
540 StringRef Text(BufferPtr, Newline - BufferPtr); in lexVerbatimLineText()
541 formTokenWithChars(T, Newline, tok::verbatim_line_text); in lexVerbatimLineText()
DCommentParser.cpp102 Token Newline = P.Tok; in addToken() local
105 P.putBack(Newline); in addToken()
/external/icu/icu4c/source/data/brkitr/
Dword.txt29 $Newline = [\p{Word_Break = Newline}];
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
Dword_POSIX.txt29 $Newline = [\p{Word_Break = Newline}];
99 [^$CR $LF $Newline]? ($Extend | $Format)+;
189 ($Format | $Extend)* [^$CR $LF $Newline]?;
/external/llvm/include/llvm/Support/
DRegex.h39 Newline=2, enumerator
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/
DCHANGES51 *) Newline removal before ! operator was made more sensible.
DDESCRIPTION17 - Newline characters are not allowed inside string and regex literals, except
/external/llvm/lib/Support/
DRegex.cpp28 if (Flags & Newline) in Regex()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/
DREADME.rst34 - Newline characters are not allowed inside string and regex literals, except
DPKG-INFO226 - Newline characters are not allowed inside string and regex literals, except
/external/icu/icu4c/source/data/mappings/
Debcdic-xml-us.ucm31 #ISO 10646 IBM-1140 with Newline fixes
/external/llvm/utils/FileCheck/
DFileCheck.cpp431 if (!Regex(RegExToMatch, Regex::Newline).match(Buffer, &MatchInfo)) in Match()
/external/pcre/dist/
DCMakeLists.txt938 MESSAGE(STATUS " Newline char/sequence ........... : ${PCRE_NEWLINE}")
Dconfigure.ac1087 Newline char/sequence ........... : ${enable_newline}
Dconfigure22259 Newline char/sequence ........... : ${enable_newline}
/external/pcre/dist/doc/
Dpcre.txt2191 of the pattern, as described in the section entitled "Newline conven-
4815 Newline conventions
5253 Newline sequences
6007 defaulted. Details are given in the section entitled "Newline
6912 tern, as described in the section entitled "Newline conventions" above.
/external/icu/icu4c/source/data/unidata/
Dchanges.txt1803 - new Word_Break (WB) value: NL=Newline
Dppucd.txt1084 value;WB;NL;Newline
/external/jpeg/
Dlibjpeg.doc2326 and place readable 7-bit ASCII text in them. Newline conventions are not