Lines Matching refs:fScanIndex
93 fScanIndex = 0; in RBBIRuleScanner()
300 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
474 n->fFirstPos = fScanIndex; in doParseActions()
488 n->fFirstPos = fScanIndex; in doParseActions()
501 n->fFirstPos = fScanIndex; in doParseActions()
515 n->fFirstPos = fScanIndex; in doParseActions()
542 fOptionStart = fScanIndex; in doParseActions()
547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
581 n->fFirstPos = fScanIndex; in doParseActions()
590 n->fLastPos = fScanIndex; in doParseActions()
902 fScanIndex = fNextIndex; in nextChar()
944 int32_t commentStart = fScanIndex; in nextChar()
1213 pos.setIndex(fScanIndex); in scanSet()
1214 startPos = fScanIndex; in scanSet()