HomeSort by relevance Sort by last modified time
    Searched defs:lookAhead (Results 1 - 9 of 9) sorted by null

  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 130 public char lookAhead() throws ParseException {
131 return lookAhead(0);
134 public char lookAhead(int k) throws ParseException {
177 char la = lookAhead(0);
  /external/icu4c/common/
rbbinode.h 32 lookAhead,
  /external/icu4c/i18n/
regexcmp.h 75 lookAhead = -4,
  /external/javassist/src/main/javassist/compiler/
Lex.java 65 public int lookAhead() {
66 return lookAhead(0);
69 public int lookAhead(int i) {
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.h 137 LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLiterally>(string); }
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 140 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 {
272 return iter.lookAhead();
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 193 * Successive calls to <code>lookAhead()</code> return the
196 public int lookAhead() {
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 253 milliseconds