Searched defs:lookAhead (Results 1 – 14 of 14) sorted by relevance
/external/nist-sip/java/gov/nist/core/ |
D | StringTokenizer.java | 130 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/ |
D | Lex.java | 65 public int lookAhead() { in lookAhead() method in Lex 69 public int lookAhead(int i) { in lookAhead() method in Lex
|
/external/icu/icu4c/source/common/ |
D | rbbinode.h | 32 lookAhead, enumerator
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbinode.h | 32 lookAhead, enumerator
|
/external/antlr/antlr-3.4/runtime/C/include/ |
D | antlr3commontreenodestream.h | 244 pANTLR3_BASE_TREE * lookAhead; member 325 pANTLR3_BASE_TREE * lookAhead; member
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexcmp.h | 75 lookAhead = -4, enumerator
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 75 lookAhead = -4, enumerator
|
D | collationiterator.cpp | 495 int32_t lookAhead = 1; in nextCE32FromContraction() local 557 int32_t lookAhead, UChar32 c, in nextCE32FromDiscontiguousContraction()
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | SegmentedString.h | 207 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); } in lookAhead() function
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Analyzer.java | 268 private int lookAhead(CodeIterator iter, int pos) throws BadBytecode { in lookAhead() method in Analyzer
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.c | 807 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaDec.c | 806 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
|
/external/lzma/C/ |
D | LzmaDec.c | 806 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 196 public int lookAhead() { in lookAhead() method in CodeIterator
|