OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tokLen
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Edit/
Commit.cpp
252
unsigned
tokLen
= Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts);
253
AfterLoc = loc.getLocWithOffset(
tokLen
);
/external/testng/doc/
prettify.js
339
var
tokLen
= end - posAbs;
341
while (remainingInChunk <=
tokLen
) {
351
tokLen
= end - posAbs;
355
if (
tokLen
) {
357
new PR_Token(chunk.token.substring(posChunk, posChunk +
tokLen
),
359
posAbs +=
tokLen
;
360
posChunk +=
tokLen
;
[
all
...]
Completed in 150 milliseconds