OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matchEnd
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp
101
unsigned
matchEnd
;
331
bool tryConsumeBackReference(int matchBegin, int
matchEnd
, int inputOffset)
333
int matchSize =
matchEnd
- matchBegin;
505
int
matchEnd
= output[(term.atom.subpatternId << 1) + 1];
506
ASSERT((matchBegin == -1) == (
matchEnd
== -1));
507
ASSERT(matchBegin <=
matchEnd
);
509
if (matchBegin ==
matchEnd
)
516
if (!tryConsumeBackReference(matchBegin,
matchEnd
, term.inputPosition)) {
526
while ((matchAmount < term.atom.quantityCount) && tryConsumeBackReference(matchBegin,
matchEnd
, term.inputPosition))
548
int
matchEnd
= output[(term.atom.subpatternId << 1) + 1]
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 21 milliseconds