Searched defs:lookAhead (Results 1 - 23 of 23) 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/chromium_org/third_party/icu/source/common/
H A Drbbinode.h32 lookAhead, enumerator in enum:RBBINode::NodeType
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.h75 lookAhead = -4, enumerator in enum:RegexCompile::EParenClass
/external/icu/icu4c/source/common/
H A Drbbinode.h32 lookAhead, enumerator in enum:RBBINode::NodeType
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h75 lookAhead = -4, enumerator in enum:RegexCompile::EParenClass
H A Dcollationiterator.cpp495 int32_t lookAhead = 1; local
520 sinceMatch < lookAhead)) {
530 lookAhead -= sinceMatch - 1;
535 d, suffixes, ce32, lookAhead, c, errorCode);
547 ++lookAhead;
557 int32_t lookAhead, UChar32 c,
586 ++lookAhead;
595 // We have read and matched (lookAhead-2) code points,
607 if(lookAhead > 2) {
609 backwardNumCodePoints(lookAhead, errorCod
555 nextCE32FromDiscontiguousContraction( const CollationData *d, UCharsTrie &suffixes, uint32_t ce32, int32_t lookAhead, UChar32 c, UErrorCode &errorCode) argument
[all...]
/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/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.h207 LookAheadResult lookAhead(const String& string) { return lookAheadInline(string, true); } function in class:blink::SegmentedString
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.c806 unsigned rem = p->tempBufSize, lookAhead = 0; local
807 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
808 p->tempBuf[rem++] = src[lookAhead++];
815 (*srcLen) += lookAhead;
828 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
829 (*srcLen) += lookAhead;
830 src += lookAhead;
831 inSize -= lookAhead;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c807 unsigned rem = p->tempBufSize, lookAhead = 0; local
808 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
809 p->tempBuf[rem++] = src[lookAhead++];
816 (*srcLen) += lookAhead;
829 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
830 (*srcLen) += lookAhead;
831 src += lookAhead;
832 inSize -= lookAhead;
/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/lzma/C/
H A DLzmaDec.c806 unsigned rem = p->tempBufSize, lookAhead = 0; local
807 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize)
808 p->tempBuf[rem++] = src[lookAhead++];
815 (*srcLen) += lookAhead;
828 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf));
829 (*srcLen) += lookAhead;
830 src += lookAhead;
831 inSize -= lookAhead;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 461 milliseconds