/third_party/skia/third_party/externals/icu/source/samples/ugrep/ |
D | ugrep.cpp | 78 void nextLine(int start); 143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main() 381 void nextLine(int startPos) { in nextLine() function
|
/third_party/icu/icu4c/source/samples/ugrep/ |
D | ugrep.cpp | 78 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/ |
D | tokenize.js | 87 …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/ |
D | index.js | 23 exports.nextLine = function nextLine (num) { function
|
/third_party/node/deps/npm/lib/commands/ |
D | help-search.js | 58 const nextLine = lines[i + 1] 60 if (nextLine) { 62 nextLine.toLowerCase().includes(a.toLowerCase()))
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_coretext.cpp | 113 SkUniqueCFRef<CTLineRef> nextLine() { in nextLine() function in LineBreakIter 239 while (SkUniqueCFRef<CTLineRef> line = iter.nextLine()) { in shape()
|
/third_party/skia/experimental/sktext/editor/ |
D | Editor.cpp | 96 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/ |
D | CommandLineMain.java | 135 response = scanner.nextLine(); in printFileReport()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 144 lines.add(scanner.nextLine()); in linesFromFile()
|
/third_party/icu/icu4c/source/layoutex/ |
D | playout.cpp | 141 return (pl_line *) pl->nextLine(width); in pl_nextLine()
|
D | ParagraphLayout.cpp | 667 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
|
/third_party/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | paragraph.cpp | 218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
|
/third_party/node/deps/v8/tools/turbolizer/src/ |
D | source-resolver.ts | 744 nextLine: property in SourceResolver 751 continue nextLine;
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 539 Line *nextLine(float width);
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 706 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/ |
D | TransliteratorParser.java | 298 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/ |
D | TransliteratorParser.java | 297 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody 931 String rule = ruleArray.nextLine(); in parseRules()
|
/third_party/icu/icu4c/source/test/letest/ |
D | letest.cpp | 895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 1780 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/ |
D | scanner.ts | 494 ch === CharacterCodes.nextLine ||
|
D | types.ts | 7017 nextLine = 0x0085,
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 16806 var nextLine = remainingLines[remainingLinesIndex] || ""; 16807 var code = nextLine.substr(0, mapping.generatedColumn - lastGeneratedColumn); 16808 …remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - lastGeneratedColum… 16820 var nextLine = remainingLines[remainingLinesIndex] || ""; 16821 node.add(nextLine.substr(0, mapping.generatedColumn)); 16822 remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);
|