Home
last modified time | relevance | path

Searched defs:lookAhead (Results 1 – 7 of 7) sorted by relevance

/external/nist-sip/java/gov/nist/core/
DStringTokenizer.java130 public char lookAhead() throws ParseException { in lookAhead() method in StringTokenizer
134 public char lookAhead(int k) throws ParseException { in lookAhead() method in StringTokenizer
/external/javassist/src/main/javassist/compiler/
DLex.java65 public int lookAhead() { in lookAhead() method in Lex
69 public int lookAhead(int i) { in lookAhead() method in Lex
/external/icu4c/common/
Drbbinode.h32 lookAhead, enumerator
/external/icu4c/i18n/
Dregexcmp.h75 lookAhead = -4, enumerator
/external/webkit/Source/WebCore/platform/text/
DSegmentedString.h137 …LookAheadResult lookAhead(const String& string) { return lookAheadInline<SegmentedString::equalsLi… in lookAhead() function
/external/javassist/src/main/javassist/bytecode/analysis/
DAnalyzer.java268 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode { in lookAhead() method in Analyzer
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java196 public int lookAhead() { in lookAhead() method in CodeIterator