Searched defs:lookAhead (Results 1 - 12 of 12) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DStringTokenizer.java130 public char lookAhead() throws ParseException { method in class:StringTokenizer
131 return lookAhead(0);
134 public char lookAhead(int k) throws ParseException { method in class:StringTokenizer
177 char la = lookAhead(0);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h244 pANTLR3_BASE_TREE * lookAhead; member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
251 /// lookAhead[head] is the first symbol of lookahead, LT(1).
325 pANTLR3_BASE_TREE * lookAhead; member in struct:ANTLR3_TREE_WALK_STATE_struct
/external/icu4c/common/
H A Drbbinode.h32 lookAhead, enumerator in enum:RBBINode::NodeType
/external/icu4c/i18n/
H A Dregexcmp.h75 lookAhead = -4, enumerator in enum:RegexCompile::EParenClass
/external/javassist/src/main/javassist/bytecode/analysis/
H A DAnalyzer.java140 frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack);
195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos));
197 merge(queue, frame, lookAhead(iter, pos));
203 merge(queue, frame, lookAhead(iter, pos));
261 int next = iter.lookAhead();
268 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode { method in class:Analyzer
272 return iter.lookAhead();
/external/javassist/src/main/javassist/compiler/
H A DLex.java65 public int lookAhead() { method in class:Lex
66 return lookAhead(0);
69 public int lookAhead(int i) { method in class:Lex
/external/webkit/Source/WebCore/platform/text/
H A DSegmentedString.h137 LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); } function in class:WebCore::SegmentedString
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java193 * Successive calls to <code>lookAhead()</code> return the
196 public int lookAhead() { method in class:CodeIterator
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.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.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 359 milliseconds