Home | History | Annotate | Download | only in nav

Lines Matching refs:nextindex

1965                         int nextindex = stateIndex + 1;
1966 if (++candIndex >= s->mLetterCount && s->mStates[nextindex] == ' ') {
1968 s->mStates += nextindex;
1969 s->mSectionLength -= nextindex;
1972 if (nextindex + 1 == s->mSectionLength || skip == 2) {
1973 s->mZipHint = s->mStates[nextindex] - 1;