/third_party/icu/icu4c/source/samples/ugrep/ |
H A D | ugrep.cpp | 78 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 D | ugrep.cpp | 78 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 D | ScanIt.java | 183 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 D | tokenize.js | 87 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 D | index.js | 23 exports.nextLine = function nextLine (num) { function
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 113 SkUniqueCFRef<CTLineRef> nextLine() { in nextLine() function in LineBreakIter 239 while (SkUniqueCFRef<CTLineRef> line = iter.nextLine()) {
|
/third_party/skia/experimental/sktext/editor/ |
H A D | Editor.cpp | 96 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 D | text.cpp | 308 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 D | playout.cpp | 141 return (pl_line *) pl->nextLine(width); in pl_nextLine()
|
H A D | ParagraphLayout.cpp | 667 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() function in ParagraphLayout
|
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/ |
H A 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/ |
H A D | RuleTests.java | 144 lines.add(scanner.nextLine()); in linesFromFile()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | paragraph.cpp | 218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | ParagraphLayout.h | 58 * 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 D | paragraph.cpp | 218 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in breakLines()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
H A D | DumbTextComponent.java | 706 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 D | TransliteratorParser.java | 297 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 D | TransliteratorParser.java | 298 String nextLine() { in nextLine() method in TransliteratorParser.RuleBody 932 String rule = ruleArray.nextLine(); in parseRules()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.cpp | 895 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) { in GlyphToCharTest()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |