Lines Matching refs:fRules
144 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
285 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
425 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
436 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
446 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
472 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
487 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
527 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); 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()
848 if (fRB->fRules.char32At(fNextIndex) == chApos) { in nextChar()
901 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
1149 uset = new UnicodeSet(fRB->fRules, pos, USET_IGNORE_SPACE, in scanSet()
1196 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in scanSet()