Home
last modified time | relevance | path

Searched refs:getLineCount (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.h48 le_int32 getLineCount();
82 inline le_int32 Paragraph::getLineCount() in getLineCount() function
Dlayout.cpp70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph()
256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
Dgnomelayout.cpp226 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose()
/third_party/icu/icu4c/source/samples/layout/
Dparagraph.h48 le_int32 getLineCount();
82 inline le_int32 Paragraph::getLineCount() in getLineCount() function
Dlayout.cpp70 si.nMax = context->paragraph->getLineCount() - 1; in InitParagraph()
256 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1); in WndProc()
Dgnomelayout.cpp226 gint maxLines = context->paragraph->getLineCount() - 1; in eventExpose()
/third_party/jerryscript/tools/vera++/scripts/rules/
Djerry_no_leading_or_trailing_empty_line.tcl18 set lineCount [getLineCount $f]
/third_party/typescript/src/server/
DscriptVersionCache.ts349 getLineCount() {
350 return this._getSnapshot().index.getLineCount();
405 getLineCount() {
410 const lineCount = this.getLineCount();
DscriptInfo.ts264 getLineCount: () => this.svc!.getLineCount(),
/third_party/typescript/src/compiler/
Dsourcemap.ts330 getLineCount(): number; method
337 getLineCount: () => lineStarts.length,
347 for (let index = lineInfo.getLineCount() - 1; index >= 0; index--) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp537 uint64_t GCOVBlock::getLineCount(const BlockVector &Blocks) { in getLineCount() function in GCOVBlock
794 const uint64_t LineCount = GCOVBlock::getLineCount(Blocks); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h377 static uint64_t getLineCount(const BlockVector &Blocks);
/third_party/typescript/lib/
DtypingsInstaller.js94411 getLineCount: function () { return lineStarts.length; },
94421 for (var index = lineInfo.getLineCount() - 1; index >= 0; index--) {
Dtsc.js79865 getLineCount: function () { return lineStarts.length; },
79871 for (var index = lineInfo.getLineCount() - 1; index >= 0; index--) {