Home | History | Annotate | Download | only in common

Lines Matching refs:fNextIndex

103     fNextIndex = 0;
260 n->fFirstPos = fNextIndex; // move past the '='
425 n->fLastPos = fNextIndex;
436 n->fLastPos = fNextIndex;
446 n->fLastPos = fNextIndex;
457 n->fLastPos = fNextIndex;
472 n->fLastPos = fNextIndex;
797 if (fNextIndex >= fRB->fRules.length()) {
800 ch = fRB->fRules.char32At(fNextIndex);
801 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1);
840 fScanIndex = fNextIndex;
849 if (fRB->fRules.char32At(fNextIndex) == chApos) {
901 int32_t startX = fNextIndex;
902 c.fChar = fRB->fRules.unescapeAt(fNextIndex);
903 if (fNextIndex == startX) {
906 fCharNum += fNextIndex-startX;
1187 if (fNextIndex >= i) {
1198 n->fLastPos = fNextIndex;