Searched refs:nextLineStart (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/harness/ |
D | harnessIO.ts | 646 let nextLineStart: number; variable 649 nextLineStart = inputFile.content.length; 652 nextLineStart = lineStarts[lineIndex + 1]; 660 … if ((end >= thisLineStart) && ((err.start < nextLineStart) || (lineIndex === lines.length - 1))) { 671 if ((lineIndex === lines.length - 1) || nextLineStart > end) {
|
/third_party/icu/docs/userguide/boundaryanalysis/ |
D | index.md | 487 int32_t nextLineStart = q; 497 trailingwhitespace[numLines] = nextLineStart - q -1; 498 p = nextLineStart;
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 213 const nextLineStart = fullStart > 0 ? 1 : 0; constant 214 …StartPositionOfLine(getLineOfLocalPosition(sourceFile, fullStartLine) + nextLineStart, sourceFile);
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 4811 const nextLineStart = (currentLine + 1) === lineCount constant 4838 … = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, nextLineStart); 4859 writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart); 4861 pos = nextLineStart; 4870 … commentEnd: number, writer: EmitTextWriter, newLine: string, pos: number, nextLineStart: number) { 4871 const end = Math.min(commentEnd, nextLineStart - 1);
|
/third_party/typescript/tests/baselines/reference/user/ |
D | acorn.log | 1537 node_modules/acorn/dist/acorn_loose.es.js(196,30): error TS2339: Property 'nextLineStart' does not … 1538 node_modules/acorn/dist/acorn_loose.es.js(197,35): error TS2339: Property 'nextLineStart' does not … 1540 node_modules/acorn/dist/acorn_loose.es.js(198,36): error TS2339: Property 'nextLineStart' does not … 1541 node_modules/acorn/dist/acorn_loose.es.js(199,14): error TS2339: Property 'nextLineStart' does not … 1616 node_modules/acorn/dist/acorn_loose.js(200,30): error TS2339: Property 'nextLineStart' does not exi… 1617 node_modules/acorn/dist/acorn_loose.js(201,35): error TS2339: Property 'nextLineStart' does not exi… 1619 node_modules/acorn/dist/acorn_loose.js(202,36): error TS2339: Property 'nextLineStart' does not exi… 1620 node_modules/acorn/dist/acorn_loose.js(203,14): error TS2339: Property 'nextLineStart' does not exi…
|
/third_party/typescript/lib/ |
D | tsc.js | 14994 var nextLineStart = (currentLine + 1) === lineCount 15002 … = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, nextLineStart); 15016 writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart); 15017 pos = nextLineStart; 15025 function writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart) { argument 15026 var end = Math.min(commentEnd, nextLineStart - 1);
|
D | typingsInstaller.js | 19059 var nextLineStart = (currentLine + 1) === lineCount 19083 … = currentWriterIndentSpacing - firstCommentLineIndent + calculateIndent(text, pos, nextLineStart); 19101 writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart); 19102 pos = nextLineStart; 19111 function writeTrimmedCurrentLine(text, commentEnd, writer, newLine, pos, nextLineStart) { argument 19112 var end = Math.min(commentEnd, nextLineStart - 1);
|