Searched refs:lineEnd (Results 1 - 14 of 14) sorted by relevance
/third_party/icu/icu4c/source/samples/ugrep/ |
H A D | ugrep.cpp | 65 int lineEnd; // Index of char following the new line sequence for the current line variable 143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main() 144 UnicodeString s(false, ucharBuf+lineStart, lineEnd-lineStart); in main() 387 lineStart = lineEnd = startPos; in nextLine() 390 if (lineEnd >= fileLen) { in nextLine() 393 UChar c = ucharBuf[lineEnd]; in nextLine() 394 lineEnd++; in nextLine() 407 if (lineEnd < fileLen && in nextLine() 408 ucharBuf[lineEnd-1] == 0x0d && in nextLine() 409 ucharBuf[lineEnd] in nextLine() [all...] |
/third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
H A D | ugrep.cpp | 65 int lineEnd; // Index of char following the new line sequence for the current line variable 143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main() 144 UnicodeString s(false, ucharBuf+lineStart, lineEnd-lineStart); in main() 387 lineStart = lineEnd = startPos; in nextLine() 390 if (lineEnd >= fileLen) { in nextLine() 393 UChar c = ucharBuf[lineEnd]; in nextLine() 394 lineEnd++; in nextLine() 407 if (lineEnd < fileLen && in nextLine() 408 ucharBuf[lineEnd-1] == 0x0d && in nextLine() 409 ucharBuf[lineEnd] in nextLine() [all...] |
/third_party/python/Lib/ |
H A D | quopri.py | 59 def write(s, output=output, lineEnd=b'\n'): 63 output.write(s[:-1] + quote(s[-1:]) + lineEnd) 65 output.write(quote(s) + lineEnd) 67 output.write(s + lineEnd) 98 write(thisline[:MAXLINESIZE-1], lineEnd=b'=\n') 104 write(prevline, lineEnd=stripped)
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
H A D | RbnfDemo.java | 513 int lineEnd = 0; in paint() 523 lineEnd = tempLineEnd; in paint() 526 if (lineStart >= lineEnd) { in paint() 528 lineEnd = txt.length(); in paint() 530 lineEnd = tempLineEnd; in paint() 532 if (lineEnd > maxLineEnd) in paint() 533 lineEnd = maxLineEnd; in paint() 534 g.drawString(txt.substring(lineStart, lineEnd), 0, penY); in paint() 537 lineStart = lineEnd; in paint()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 3531 SkPoint lineEnd = SkPath::kClose_Verb == verb ? *firstPt : *pts++; in IsRectContour() local 3532 SkVector lineDelta = lineEnd - lineStart; in IsRectContour() 3539 if (lineStart == lineEnd) { in IsRectContour() 3547 lineStart = lineEnd; in IsRectContour() 3559 thirdCorner = lineEnd; in IsRectContour() 3561 lineStart = lineEnd; in IsRectContour() 3574 thirdCorner = lineEnd; in IsRectContour() 3584 lineStart = lineEnd; in IsRectContour()
|
H A D | SkStroke.cpp | 533 static SkScalar pt_to_line(const SkPoint& pt, const SkPoint& lineStart, const SkPoint& lineEnd) { in pt_to_line() argument 534 SkVector dxy = lineEnd - lineStart; in pt_to_line() 541 hit.fX = lineStart.fX * (1 - t) + lineEnd.fX * t; in pt_to_line() 542 hit.fY = lineStart.fY * (1 - t) + lineEnd.fY * t; in pt_to_line()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 2001 auto lineEnd = this->offset().fX + this->width(); 2010 right.rect.fRight >= lineEnd &&
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
Completed in 223 milliseconds