OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookahead
(Results
151 - 175
of
830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
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/clang/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/external/guava/guava/src/com/google/common/collect/
PeekingIterator.java
25
* An iterator that supports a one-element
lookahead
while iterating.
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
938
const OffsetArrayOf<Coverage> &
lookahead
= StructAfter<OffsetArrayOf<Coverage> > (backtrack);
local
947
count =
lookahead
.len;
949
if (!(this+
lookahead
[i]).intersects (c->glyphs))
952
const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (
lookahead
);
975
const OffsetArrayOf<Coverage> &
lookahead
= StructAfter<OffsetArrayOf<Coverage> > (backtrack);
local
976
count =
lookahead
.len;
978
if (unlikely (!(this+
lookahead
[i]).add_coverage (c->after))) return;
980
const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (
lookahead
);
1005
const OffsetArrayOf<Coverage> &
lookahead
= StructAfter<OffsetArrayOf<Coverage> > (backtrack);
local
1006
const ArrayOf<GlyphID> &substitute = StructAfter<ArrayOf<GlyphID> > (
lookahead
);
1034
const OffsetArrayOf<Coverage> &
lookahead
= StructAfter<OffsetArrayOf<Coverage> > (backtrack);
local
[
all
...]
/external/icu/icu4c/source/common/
rbbinode.h
35
lookAhead
,
/external/llvm/lib/MC/MCParser/
AsmLexer.cpp
224
const char *
LookAhead
= CurPtr;
226
if (isdigit(*
LookAhead
)) {
227
++
LookAhead
;
228
} else if (isxdigit(*
LookAhead
)) {
230
FirstHex =
LookAhead
;
231
++
LookAhead
;
236
bool isHex = *
LookAhead
== 'h' || *
LookAhead
== 'H';
237
CurPtr = isHex || !FirstHex ?
LookAhead
: FirstHex;
/external/lzma/C/
LzmaDec.c
895
unsigned rem = p->tempBufSize,
lookAhead
= 0;
896
while (rem < LZMA_REQUIRED_INPUT_MAX &&
lookAhead
< inSize)
897
p->tempBuf[rem++] = src[
lookAhead
++];
904
(*srcLen) +=
lookAhead
;
923
if (
lookAhead
< rem)
925
lookAhead
-= rem;
927
(*srcLen) +=
lookAhead
;
928
src +=
lookAhead
;
929
inSize -=
lookAhead
;
/external/nist-sip/java/gov/nist/javax/sip/parser/
AddressParametersParser.java
58
char la = this.lexer.
lookAhead
(0);
RecordRouteParser.java
78
char la = lexer.
lookAhead
(0);
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedIdentityParser.java
85
while (lexer.
lookAhead
(0) == ',')
PathParser.java
87
char la = lexer.
lookAhead
(0);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentBriefParser.h
35
/// Current
lookahead
token.
Completed in 1709 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>