Searched refs:fNextIndex (Results 1 – 6 of 6) sorted by relevance
103 fNextIndex = 0; in RBBIRuleScanner()260 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()425 n->fLastPos = fNextIndex; in doParseActions()436 n->fLastPos = fNextIndex; in doParseActions()446 n->fLastPos = fNextIndex; in doParseActions()457 n->fLastPos = fNextIndex; in doParseActions()472 n->fLastPos = fNextIndex; in doParseActions()797 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()800 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()801 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()[all …]
100 int32_t fNextIndex; // Index of the next character, which variable
191 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {} in CodeStage()218 codeStage->fCurrentIndex = codeStage->fNextIndex++; in AutoStageRestore()235 int fNextIndex; variable
279 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {} in CodeStage()306 codeStage->fCurrentIndex = codeStage->fNextIndex++; in AutoStageRestore()323 int fNextIndex; variable