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()
900 fScanIndex = fNextIndex; in nextChar()
942 int32_t commentStart = fScanIndex; in nextChar()
1211 pos.setIndex(fScanIndex); in scanSet()
1212 startPos = fScanIndex; in scanSet()