Home
last modified time | relevance | path

Searched defs:lookAhead (Results 1 – 14 of 14) 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/icu/icu4c/source/common/
Drbbinode.h32 lookAhead, enumerator
/external/chromium_org/third_party/icu/source/common/
Drbbinode.h32 lookAhead, enumerator
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontreenodestream.h244 pANTLR3_BASE_TREE * lookAhead; member
325 pANTLR3_BASE_TREE * lookAhead; member
/external/chromium_org/third_party/icu/source/i18n/
Dregexcmp.h75 lookAhead = -4, enumerator
/external/icu/icu4c/source/i18n/
Dregexcmp.h75 lookAhead = -4, enumerator
Dcollationiterator.cpp495 int32_t lookAhead = 1; in nextCE32FromContraction() local
557 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DSegmentedString.h207 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); } 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/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c807 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c806 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
/external/lzma/C/
DLzmaDec.c806 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java196 public int lookAhead() { in lookAhead() method in CodeIterator