/external/clang/lib/Format/ |
D | ContinuationIndenter.h | 67 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun, 77 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline); 80 void moveStatePastFakeLParens(LineState &State, bool Newline); 85 void moveStatePastScopeOpener(LineState &State, bool Newline);
|
D | ContinuationIndenter.cpp | 277 unsigned ContinuationIndenter::addTokenToState(LineState &State, bool Newline, in addTokenToState() argument 304 if (Newline) in addTokenToState() 309 return moveStateToNextToken(State, DryRun, Newline) + Penalty; in addTokenToState() 709 bool DryRun, bool Newline) { in moveStateToNextToken() argument 719 State.Stack.back().LastOperatorWrapped = Newline; in moveStateToNextToken() 723 State.Stack.back().LastOperatorWrapped = Newline; in moveStateToNextToken() 762 if (Current.isOneOf(TT_BinaryOperator, TT_ConditionalExpr) && Newline) in moveStateToNextToken() 778 if (State.Stack[State.Stack.size() - 2].NestedBlockInlined && Newline) in moveStateToNextToken() 787 !Newline && in moveStateToNextToken() 791 moveStatePastFakeLParens(State, Newline); in moveStateToNextToken() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | word.txt | 20 Newline = [\p{Word_Break = Newline}]; 59 WB3a: (Newline | CR | LF) ÷; 60 WB3b: . ÷ (Newline | CR | LF); # actually redundant? No other rule combines.
|
D | word_POSIX.txt | 19 Newline = [\p{Word_Break = Newline}]; 58 WB3a: (Newline | CR | LF) ÷; 59 WB3b: . ÷ (Newline | CR | LF); # actually redundant? No other rule combines.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
D | word_POSIX.txt | 19 Newline = [\p{Word_Break = Newline}]; 58 WB3a: (Newline | CR | LF) ÷; 59 WB3b: . ÷ (Newline | CR | LF); # actually redundant? No other rule combines.
|
D | word.txt | 20 Newline = [\p{Word_Break = Newline}]; 59 WB3a: (Newline | CR | LF) ÷; 60 WB3b: . ÷ (Newline | CR | LF); # actually redundant? No other rule combines.
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
D | word_POSIX.txt | 19 Newline = [\p{Word_Break = Newline}]; 58 WB3a: (Newline | CR | LF) ÷; 59 WB3b: . ÷ (Newline | CR | LF); # actually redundant? No other rule combines.
|
D | word.txt | 20 Newline = [\p{Word_Break = Newline}]; 59 WB3a: (Newline | CR | LF) ÷; 60 WB3b: . ÷ (Newline | CR | LF); # actually redundant? No other rule combines.
|
/external/icu/icu4c/source/test/testdata/ |
D | WordBreakTest.txt | 31 ÷ 0001 ÷ 000B ÷ # ÷ [0.2] <START OF HEADING> (Other) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3] 32 …EADING> (Other) × [4.0] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3] 89 ÷ 000D ÷ 000B ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3] 90 …TURN (CR)> (CR) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3] 147 ÷ 000A ÷ 000B ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [3.1] <LINE TABULATION> (Newline) ÷ [0.3] 148 …FEED (LF)> (LF) ÷ [3.1] COMBINING DIAERESIS (Extend_FE) ÷ [3.2] <LINE TABULATION> (Newline) ÷ [0.3] 199 ÷ 000B ÷ 0001 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] <START OF HEADING> (Other) ÷ [0.3] 200 ÷ 000B ÷ 0308 ÷ 0001 ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_F… 201 ÷ 000B ÷ 000D ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] <CARRIAGE RETURN (CR)> (CR) ÷ [0.3] 202 ÷ 000B ÷ 0308 ÷ 000D ÷ # ÷ [0.2] <LINE TABULATION> (Newline) ÷ [3.1] COMBINING DIAERESIS (Extend_F… [all …]
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_exitfunc.py | 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms 71 containing_stmt.insert_child(position + 1, Newline())
|
D | fix_urllib.py | 9 from lib2to3.fixer_util import (Name, Comma, FromImport, Newline, 162 nodes.extend([new_node, Newline()])
|
D | fix_tuple_params.py | 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms 58 end = Newline()
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_exitfunc.py | 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms 71 containing_stmt.insert_child(position + 1, Newline())
|
D | fix_urllib.py | 10 from lib2to3.fixer_util import (Name, Comma, FromImport, Newline, 163 nodes.extend([new_node, Newline()])
|
D | fix_tuple_params.py | 25 from ..fixer_util import Assign, Name, Newline, Number, Subscript, syms 58 end = Newline()
|
/external/clang/lib/AST/ |
D | CommentLexer.cpp | 482 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimBlockFirstLine() local 483 StringRef Line(BufferPtr, Newline - BufferPtr); in lexVerbatimBlockFirstLine() 491 TextEnd = Newline; in lexVerbatimBlockFirstLine() 492 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine() 547 const char *Newline = findNewline(BufferPtr, CommentEnd); in lexVerbatimLineText() local 548 StringRef Text(BufferPtr, Newline - BufferPtr); in lexVerbatimLineText() 549 formTokenWithChars(T, Newline, tok::verbatim_line_text); in lexVerbatimLineText()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | JSON.cpp | 594 Newline, enumerator 629 I(Newline); in print() 637 I(Newline); in print() 649 I(Newline); in print() 654 I(Newline); in print() 673 case Newline: in format()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 33 Newline, enumerator 145 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } in isNewlineOrEOF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.h | 33 Newline, enumerator 172 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; } in isNewlineOrEOF()
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | word_POSIX.txt | 34 $Newline = [\p{Word_Break = Newline} ]; 112 [^$CR $LF $Newline]? ($Extend | $Format | $ZWJ)+;
|
D | word.txt | 34 $Newline = [\p{Word_Break = Newline} ]; 112 [^$CR $LF $Newline]? ($Extend | $Format | $ZWJ)+;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Regex.h | 36 Newline=2 enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Regex.h | 39 Newline=2, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Regex.h | 39 Newline=2, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Regex.h | 39 Newline=2, enumerator
|