Searched defs:nextLine (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/
H A DArgumentWordReader.java61 protected String nextLine() throws IOException method in class:ArgumentWordReader
H A DFileWordReader.java68 protected String nextLine() throws IOException method in class:FileWordReader
H A DWordReader.java143 currentLine = nextLine();
281 protected abstract String nextLine() throws IOException; method in class:WordReader
/external/icu4c/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
/external/webkit/WebCore/rendering/
H A DRenderLineBoxList.cpp68 InlineFlowBox* nextLine; local
70 nextLine = line->nextFlowBox();
72 line = nextLine;
/external/icu4c/layoutex/
H A DParagraphLayout.cpp637 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) function in class:ParagraphLayout
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 258 milliseconds