Home | History | Annotate | Download | only in doc

Lines Matching refs:tokLen

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;