Lines Matching refs:fNextIndex
103 fNextIndex = 0; in RBBIRuleScanner()
259 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
424 n->fLastPos = fNextIndex; in doParseActions()
435 n->fLastPos = fNextIndex; in doParseActions()
445 n->fLastPos = fNextIndex; in doParseActions()
456 n->fLastPos = fNextIndex; in doParseActions()
471 n->fLastPos = fNextIndex; in doParseActions()
796 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
799 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
800 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
839 fScanIndex = fNextIndex; in nextChar()
848 if (fRB->fRules.char32At(fNextIndex) == chApos) { in nextChar()
900 int32_t startX = fNextIndex; in nextChar()
901 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
902 if (fNextIndex == startX) { in nextChar()
905 fCharNum += fNextIndex-startX; in nextChar()
1184 if (fNextIndex >= i) { in scanSet()
1195 n->fLastPos = fNextIndex; in scanSet()