Home
last modified time | relevance | path

Searched defs:lineEnd (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dsearch-util.cc91 size_t lineEnd = text.find(lineEndString, start); in lineEndings() local
111 size_t lineEnd = endings->at(lineNumber); in scriptRegexpMatchesByLines() local
/third_party/python/Lib/
Dquopri.py59 def write(s, output=output, lineEnd=b'\n'): argument
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp65 int lineEnd; // Index of char following the new line sequence for the current line variable
/third_party/icu/icu4c/source/samples/ugrep/
Dugrep.cpp65 int lineEnd; // Index of char following the new line sequence for the current line variable
/third_party/typescript/src/services/
DoutliningElementsCollector.ts83 const lineEnd = sourceFile.getLineEndOfPosition(currentLineStart); constant
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfDemo.java513 int lineEnd = 0; in paint() local
/third_party/skia/src/core/
DSkStroke.cpp533 static SkScalar pt_to_line(const SkPoint& pt, const SkPoint& lineStart, const SkPoint& lineEnd) { in pt_to_line()
DSkPath.cpp3531 SkPoint lineEnd = SkPath::kClose_Verb == verb ? *firstPt : *pts++; in IsRectContour() local
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp1996 auto lineEnd = this->offset().fX + this->width(); in shapeEllipsis() local
/third_party/typescript/src/compiler/
Dprogram.ts370 …const lineEnd = i < lastLineInFile ? getPositionOfLineAndCharacter(file, i + 1, 0) : file.text.len… constant
/third_party/typescript/src/harness/
DfourslashImpl.ts508 const lineEnd = lineStart + this.getLineContent(index).length; constant
/third_party/node/tools/lint-md/
Dlint-md.mjs21593 function getLine(buffer, lineStart, lineEnd, position, maxLineLength) { argument