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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
H A DLexer.java1073 this.in.unread(this.text.charAt(i));
1077 protected void unread(@SuppressWarnings("hiding") Token token) throws IOException method in class:Lexer
1086 this.in.unread(text.charAt(i));
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DHTMLScanner.java273 private void unread(PushbackReader r, int c) throws IOException { method in class:HTMLScanner
274 if (c != -1) r.unread(c);
327 if (firstChar != '\uFEFF') unread(r, firstChar);
338 unread(r, ch); // nope
482 unread(r, ch);
487 unread(r, ch);
576 unread(r, ch);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 229 milliseconds