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

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/library/
H A Dbuildidx.tcl58 set nextLine [gets $matchInfo(handle)]
59 append line " " [string trimright $nextLine]
60 incr length [expr [clength $nextLine] + 1]
/macosx-10.10.1/ICU-531.30/icuSources/samples/ugrep/
H A Dugrep.cpp71 void nextLine(int start);
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
366 // nextLine Advance the line index variables, starting at the
374 void nextLine(int startPos) { function
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/layout/
H A DParagraphLayout.h51 * can only be created by calling <code>ParagraphLayout::nextLine()</code>. Each line
532 Line *nextLine(float width);
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A Dplayout.cpp139 return (pl_line *) pl->nextLine(width);
H A DParagraphLayout.cpp665 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) function in class:ParagraphLayout
/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp207 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkText.c2186 goto nextLine;
2260 goto nextLine;
2381 nextLine:
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkText.c5547 goto nextLine;
5567 goto nextLine;
5610 goto nextLine;
6063 * 'nextLine:' below.
6345 nextLine:
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dletest.cpp892 while ((line = paragraphLayout->nextLine(lineWidth)) != NULL) {
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe1697 set nextLine [$path get $start $end]
1698 if {[string match "$levels($tag) *" $nextLine]} {
1730 set nextLine [$path get $start $end]
1731 if {[string match "$levels($tag) *" $nextLine]} {
2248 set nextLine [$path get $start $end]
2249 if {[string match "$level *" $nextLine]} {

Completed in 218 milliseconds