Searched defs:lineEnd (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/deps/v8/src/inspector/ |
| D | search-util.cc | 91 size_t lineEnd = text.find(lineEndString, start); in lineEndings() local 111 size_t lineEnd = endings->at(lineNumber); in scriptRegexpMatchesByLines() local
|
| /third_party/python/Lib/ |
| D | quopri.py | 59 def write(s, output=output, lineEnd=b'\n'): argument
|
| /third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
| D | ugrep.cpp | 65 int lineEnd; // Index of char following the new line sequence for the current line variable
|
| /third_party/icu/icu4c/source/samples/ugrep/ |
| D | ugrep.cpp | 65 int lineEnd; // Index of char following the new line sequence for the current line variable
|
| /third_party/typescript/src/services/ |
| D | outliningElementsCollector.ts | 83 const lineEnd = sourceFile.getLineEndOfPosition(currentLineStart); constant
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
| D | RbnfDemo.java | 513 int lineEnd = 0; in paint() local
|
| /third_party/skia/src/core/ |
| D | SkStroke.cpp | 533 static SkScalar pt_to_line(const SkPoint& pt, const SkPoint& lineStart, const SkPoint& lineEnd) { in pt_to_line()
|
| D | SkPath.cpp | 3531 SkPoint lineEnd = SkPath::kClose_Verb == verb ? *firstPt : *pts++; in IsRectContour() local
|
| /third_party/skia/modules/skparagraph/src/ |
| D | TextLine.cpp | 1996 auto lineEnd = this->offset().fX + this->width(); in shapeEllipsis() local
|
| /third_party/typescript/src/compiler/ |
| D | program.ts | 370 …const lineEnd = i < lastLineInFile ? getPositionOfLineAndCharacter(file, i + 1, 0) : file.text.len… constant
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 508 const lineEnd = lineStart + this.getLineContent(index).length; constant
|
| /third_party/node/tools/lint-md/ |
| D | lint-md.mjs | 21593 function getLine(buffer, lineStart, lineEnd, position, maxLineLength) { argument
|