Lines Matching refs:fNextIndex
94 fNextIndex = 0; in RBBIRuleScanner()
275 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
475 n->fLastPos = fNextIndex; in doParseActions()
489 n->fLastPos = fNextIndex; in doParseActions()
502 n->fLastPos = fNextIndex; in doParseActions()
516 n->fLastPos = fNextIndex; in doParseActions()
531 n->fLastPos = fNextIndex; in doParseActions()
855 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
858 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
863 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
902 fScanIndex = fNextIndex; in nextChar()
911 if (fRB->fRules.char32At(fNextIndex) == chApos) { in nextChar()
953 for (int32_t i=commentStart; i<fNextIndex-1; ++i) { in nextChar()
967 int32_t startX = fNextIndex; in nextChar()
968 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
969 if (fNextIndex == startX) { in nextChar()
972 fCharNum += fNextIndex-startX; in nextChar()
1252 if (fNextIndex >= i) { in scanSet()
1266 n->fLastPos = fNextIndex; in scanSet()