Lines Matching refs:fRules
142 fSymbolTable = new RBBISymbolTable(this, rb->fRules, *rb->fStatus); in RBBIRuleScanner()
289 … fRB->fRules.extractBetween(RHSExprNode->fFirstPos, RHSExprNode->fLastPos, RHSExprNode->fText); in doParseActions()
447 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
461 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
474 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
503 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in doParseActions()
518 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
558 fRB->fRules.extractBetween(n->fFirstPos+1, n->fLastPos, n->fText); in doParseActions()
827 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
830 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
831 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
879 if (fRB->fRules.char32At(fNextIndex) == chApos) { in nextChar()
932 c.fChar = fRB->fRules.unescapeAt(fNextIndex); in nextChar()
1191 uset->applyPatternIgnoreSpace(fRB->fRules, pos, fSymbolTable, localStatus); in scanSet()
1238 fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText); in scanSet()