HomeSort by relevance Sort by last modified time
    Searched full:lookahead (Results 126 - 150 of 637) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
AlertInfoParser.java 77 while (lexer.lookAhead(0) != '\n') {
85 if (this.lexer.lookAhead(0) == '<') {
104 if ( lexer.lookAhead(0) == ',' ) {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CharStream.as 38 /** Get the ith character of lookahead. This is the same usually as
CharStreamState.as 37 /** Index into the char stream of next lookahead char */
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CharStreamState.cs 48 /// <summary>Index into the char stream of next lookahead char </summary>
ICharStream.cs 47 * Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CharStreamState.cs 47 /** <summary>Index into the char stream of next lookahead char</summary> */
ICharStream.cs 49 * Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CharStream.java 40 /** Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t020fuzzy.g 73 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCharStream.h 36 /** Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCharStream.h 36 /** Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCharStream.h 36 /** Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCharStream.h 36 /** Get the ith character of lookahead. This is the same usually as
  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzyLexer.g 74 * ever match since k=1 lookahead in the QID loop of '.' will make it loop.
  /external/bison/src/
graphviz.h 65 /** Escape a lookahead token.
state.h 47 The two types of actions are shifts/gotos (push the lookahead token
51 lookahead token alone). When the states are generated, these
211 /* If non-zero, then no lookahead sets on reduce actions are needed to
245 /* Print on OUT all the lookahead tokens such that this STATE wants to
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 913 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
922 count = lookahead.len;
924 if (!(this+lookahead[i]).intersects (c->glyphs))
927 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
939 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
949 count = lookahead.len;
951 (this+lookahead[i]).add_coverage (c->after);
953 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
979 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
980 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbinode.h 32 lookAhead,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser-struct.h 69 /* one token of lookahead; used sparingly */
nasm-parser.h 75 NONE /* special token for lookahead */
  /external/chromium_org/third_party/zlib/
mixed-source.patch 187 - /* We check for insufficient lookahead only every 8th comparison;
197 + /* We check for insufficient lookahead only every 8th comparison;
249 + len <= s->lookahead) {
317 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
319 + class_set(s, s->strstart + s->lookahead, n, s->strm->clas);
321 s->lookahead += n;
355 /* Make sure that we always have enough lookahead, except
383 + if (s->lookahead) {
434 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
  /external/clang/include/clang/AST/
CommentBriefParser.h 35 /// Current lookahead token.
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 907 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
916 count = lookahead.len;
918 if (!(this+lookahead[i]).intersects (c->glyphs))
921 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
933 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
943 count = lookahead.len;
945 (this+lookahead[i]).add_coverage (c->after);
947 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
973 const OffsetArrayOf<Coverage> &lookahead = StructAfter<OffsetArrayOf<Coverage> > (backtrack); local
974 const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (lookahead);
    [all...]
  /external/icu4c/common/
rbbinode.h 32 lookAhead,
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 172 const char *LookAhead = CurPtr;
174 if (isdigit(*LookAhead)) {
175 ++LookAhead;
176 } else if (isxdigit(*LookAhead)) {
178 FirstHex = LookAhead;
179 ++LookAhead;
184 bool isHex = *LookAhead == 'h' || *LookAhead == 'H';
185 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex;

Completed in 224 milliseconds

1 2 3 4 56 7 8 91011>>