Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 – 23 of 23) sorted by relevance

/third_party/icu/icu4c/source/samples/ugrep/
Dugrep.cpp78 void nextLine(int start);
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
381 void nextLine(int startPos) { in nextLine() function
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
Dugrep.cpp78 void nextLine(int start);
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
381 void nextLine(int startPos) { in nextLine() function
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dtokenize.js87 …var code, content, endColumn, endLine, escaped, escapePos, last, lines, next, nextLine, nextOffset…
189 nextLine = line + last;
192 nextLine = line;
196 line = nextLine;
197 endLine = nextLine;
/third_party/node/deps/npm/node_modules/console-control-strings/
Dindex.js23 exports.nextLine = function nextLine (num) { function
/third_party/node/deps/npm/lib/commands/
Dhelp-search.js58 const nextLine = lines[i + 1]
60 if (nextLine) {
62 nextLine.toLowerCase().includes(a.toLowerCase()))
/third_party/vk-gl-cts/scripts/
Dmustpass.py155 for nextLine in f:
159 processedLine = nextLine
187 …parentGroup[processedGroupName] = {} if (nextLine[:6] == "GROUP:") and (availableLimit > 1) else []
191 processedLine = nextLine
/third_party/skia/modules/skshaper/src/
DSkShaper_coretext.cpp113 SkUniqueCFRef<CTLineRef> nextLine() { in nextLine() function in LineBreakIter
239 while (SkUniqueCFRef<CTLineRef> line = iter.nextLine()) { in shape()
/third_party/skia/experimental/sktext/editor/
DEditor.cpp96 auto nextLine = fEditableText->getLine(position.fLineIndex + 1); in moveCursor() local
97 cursorPosition.offset(0, nextLine.fBounds.height()); in moveCursor()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DCommandLineMain.java135 response = scanner.nextLine(); in printFileReport()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
DRuleTests.java144 lines.add(scanner.nextLine()); in linesFromFile()
/third_party/icu/icu4c/source/layoutex/
Dplayout.cpp141 return (pl_line *) pl->nextLine(width); in pl_nextLine()
DParagraphLayout.cpp667 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
/third_party/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts744 nextLine: property in SourceResolver
751 continue nextLine;
/third_party/icu/icu4c/source/samples/layout/
Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/third_party/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h539 Line *nextLine(float width);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java706 end = nextLine(fm, start, width); in fixLineStarts()
717 public int nextLine(FontMetrics fMtr, int start, int width) { in nextLine() method in DumbTextComponent
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliteratorParser.java298 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody
932 String rule = ruleArray.nextLine(); in parseRules()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java297 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody
931 String rule = ruleArray.nextLine(); in parseRules()
/third_party/icu/icu4c/source/test/letest/
Dletest.cpp895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
/third_party/typescript/src/harness/
DfourslashImpl.ts1780 let nextLine = 0; variable
1802 if (pos === 0 || pos === fileLineMap[nextLine]) {
1803 nextLine++;
1808 …n" + nextLine.toString() + ts.repeatString(" ", 3 - nextLine.toString().length) + ">" + this.activ…
/third_party/typescript/src/compiler/
Dscanner.ts494 ch === CharacterCodes.nextLine ||
Dtypes.ts7035 nextLine = 0x0085,