Lines Matching refs:fNextIndex
108 fNextIndex = 0; in RBBIRuleScanner()
258 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
423 n->fLastPos = fNextIndex; in doParseActions()
434 n->fLastPos = fNextIndex; in doParseActions()
444 n->fLastPos = fNextIndex; in doParseActions()
455 n->fLastPos = fNextIndex; in doParseActions()
470 n->fLastPos = fNextIndex; in doParseActions()
781 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
784 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
785 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
824 fScanIndex = fNextIndex; in nextChar()
833 if (fRB->fRules.char32At(fNextIndex) == chApos) { in nextChar()
885 int32_t startX = fNextIndex; in nextChar()
886 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
887 if (fNextIndex == startX) { in nextChar()
890 fCharNum += fNextIndex-startX; in nextChar()
1167 if (fNextIndex >= i) { in scanSet()
1178 n->fLastPos = fNextIndex; in scanSet()