Home
last modified time | relevance | path

Searched refs:nextLine (Results 1 - 20 of 20) sorted by relevance

/third_party/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp78 void nextLine(int start);
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
373 // nextLine Advance the line index variables, starting at the
381 void nextLine(int startPos) { in nextLine() function
/third_party/skia/third_party/externals/icu/source/samples/ugrep/
H A Dugrep.cpp78 void nextLine(int start);
143 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) { in main()
373 // nextLine Advance the line index variables, starting at the
381 void nextLine(int startPos) { in nextLine() function
/third_party/backends/japi/
H A DScanIt.java183 private void nextLine() in nextLine() method in ScanIt
202 System.out.println("nextLine: newSize="+newSize); in nextLine()
229 nextLine(); in process()
242 nextLine(); in process()
255 nextLine(); in process()
310 nextLine(); // Allocate image. in scan()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dtokenize.js87 var code, content, endColumn, endLine, escaped, escapePos, last, lines, next, nextLine, nextOffset, quote, tokenType;
189 nextLine = line + last;
192 nextLine = line;
196 line = nextLine;
197 endLine = nextLine;
/third_party/node/deps/npm/node_modules/console-control-strings/
H A Dindex.js23 exports.nextLine = function nextLine (num) { function
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp113 SkUniqueCFRef<CTLineRef> nextLine() { in nextLine() function in LineBreakIter
239 while (SkUniqueCFRef<CTLineRef> line = iter.nextLine()) {
/third_party/skia/experimental/sktext/editor/
H A DEditor.cpp96 auto nextLine = fEditableText->getLine(position.fLineIndex + 1); in moveCursor() local
97 cursorPosition.offset(0, nextLine.fBounds.height()); in moveCursor()
/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp308 int16_t nextLine = pos.y + curLineHeight; in Draw() local
310 nextLine -= style.lineSpace_; in Draw()
314 if (nextLine >= mask.GetTop()) { in Draw()
/third_party/icu/icu4c/source/layoutex/
H A Dplayout.cpp141 return (pl_line *) pl->nextLine(width); in pl_nextLine()
H A DParagraphLayout.cpp667 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DCommandLineMain.java135 response = scanner.nextLine(); in printFileReport()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/
H A DRuleTests.java144 lines.add(scanner.nextLine()); in linesFromFile()
/third_party/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h58 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
539 Line *nextLine(float width);
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java706 end = nextLine(fm, start, width); in fixLineStarts()
709 throw new RuntimeException("nextLine broken"); in fixLineStarts()
717 public int nextLine(FontMetrics fMtr, int start, int width) { in nextLine() method in DumbTextComponent
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorParser.java297 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody
931 String rule = ruleArray.nextLine(); in parseRules()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorParser.java298 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody
932 String rule = ruleArray.nextLine(); in parseRules()
/third_party/icu/icu4c/source/test/letest/
H A Dletest.cpp895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 19 milliseconds