Lines Matching refs:nextTokenIndex
568 result.nextTokenIndex = 0;
577 if (nextTokenIndex == tlen) {
580 ++nextTokenIndex;
582 if (UNPACK_TOKEN(tokenBuffer[nextTokenIndex - 1]) ==
584 while (nextTokenIndex < tlen &&
585 UNPACK_LONG(tokenBuffer[nextTokenIndex])) {
586 ++nextTokenIndex;
589 int32_t i = nextTokenIndex - 1;
603 return UNPACK_TOKEN(tokens->charAt(nextTokenIndex - 1));
616 AffixPattern::ETokenType type = UNPACK_TOKEN(tokenBuffer[nextTokenIndex - 1]);
617 return type == AffixPattern::kLiteral ? lastLiteralLength : UNPACK_LENGTH(tokenBuffer[nextTokenIndex - 1]);